Formatting of the grids is messed up.
Seems like if grid width does not fit in one page, the labels are printed very tall in all pages except last.
Are there any formating options for report?
I am attaching xps file to demonstrate what I mean. Any solutions, suggestions?
Thanks
Any comments on Formatting issue?
Dierk,
Report object has some formatting, and also you can use TabularReportView object. you can try PageOrigin.Normalize() method for page orientation. If you have more columns and it does not fit on the page, you may consider using horizontal orientation using TabularReportView.
Let me know ig you have any questions.
Thank you,Sam