Hi,
I have a Active Report 3.0 report. A lot of data rows contains multi-line, and CanGrow = true. But sometimes in the end of a page, part of a row is displayed in current page, and part of a row is displayed in next page. The data rows come from subReport. For example, the last row of page 2 has 4 lines, 2 lines display in page 2, and another 2 lines display in page 3.
Expect result, I would like this row all display in either page 2 or page3, instead of seperate one row into two pages.
Do you know any properties can fix this or need any special way fix it?
Thanks a lot!
Hi Sankalps,
Thank you very much for your response. But the GroupKeepTogether = All property don't works. I set this property in my subreport group header, (Actuatly my subreport doesn't have a group section, only has detail section, so I added a group section, and set the property, then hide the group content section.) The result is my 13 pages report become to a 16 pages report, it still have a lot of data rows being broken between two pages, as well it even has an empty page without any data in the middle of the report.
This property doesn't work on my report, do you have any other way?
Regards,
Ruth
I find the way to deploy the Active Report 3 DLLs on to the web server for Visual Studio 2005. Put Active Report DLLs to the WebSite/Bin/ folder. Everything works.
Thanks!!!