Hi All,
I am working on SQL Server 2005 reporting services. In reports I am required to make changes related to exporting report to PDF. Following are those changes:
1) Change PDF export page format to letter from legal
2) Fix page break to ensure that all details related to a specific issue are viewable on the same page
In reports exporting is done through the control given by services itself. So can any one please guide me regarding how this changes can be done. Please help me ASAP...
Thanks....
For (2), you will need to modify the RDL; try looking into the KeepTogether and RepeatWith settings on report items.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSRDL/htm/rsp_ref_rdl_elements_ae_4ak3.asp|||
With regard to page breaks I can see a KeepTogether property that refers to the whole report but not to individual groups. There is no RepeatWith setting within my rdl (SQL2005).
I would like my report to group on a particular field but don't want it to break before or after the report header / footer. Any idea how I can do this?