Hello all,
I have a situation when transforming my classic reports to RDLC reports using Visual Studio 2010. My report can be sort by Due date, shipment and Salesperson and I also have a option to have a New page per Sort by. Everything looks fine, even my page break works ok, My report is always sorted by Due Date and when I choose New page per sort by , It does not apply the Page Break correctly and I even get the wrong Data. Any suggestion would be highly appreciated.
0
Comments
This topic could be useful: http://mibuso.com/forum/viewtopic.php?t=52135
I did go through the solutions in this topics. I already did them before with no luck. I am able to get a page break but for one situation the data that is coming is not right when it splits the Pages. I am running out of ideas!
My problem got solved The issue was the value that I was creating the Page Break on was clearing in the code so I just created the variable with the same value and create the page break based on that variable.
Thanks