Current Telerik Version: Q1 2014 (Just updated)
Type of project: WinForms
Hello,
I am currently having a problem with my report viewer showing an inaccurate count of page numbers for my Telerik Report. After looking into the issue more, I found that the viewer shows additional rows when viewing, then what is printed out on paper. It looks to be around the height for a normal Portrait view when viewing it, andit still stretches its width to fit a landscape view (so its around 11" x 11" when viewing, but 11"w x 8.5"h when printing).
I have set the report PageSettings as follows:
I assumed that having it set to Landscape true would get the desired results for the report. I also have been unable to find a setting in the report viewer that forces the document viewer to view the report in a specific size.
Is there something I am doing wrong? Is there a setting that I need to set in order for the viewer to recognize that it is a landscape layout and not a portrait layout?
Thank you for your assistance.
Type of project: WinForms
Hello,
I am currently having a problem with my report viewer showing an inaccurate count of page numbers for my Telerik Report. After looking into the issue more, I found that the viewer shows additional rows when viewing, then what is printed out on paper. It looks to be around the height for a normal Portrait view when viewing it, andit still stretches its width to fit a landscape view (so its around 11" x 11" when viewing, but 11"w x 8.5"h when printing).
I have set the report PageSettings as follows:
this
.PageSettings.Landscape =
true
;
this
.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
I assumed that having it set to Landscape true would get the desired results for the report. I also have been unable to find a setting in the report viewer that forces the document viewer to view the report in a specific size.
Is there something I am doing wrong? Is there a setting that I need to set in order for the viewer to recognize that it is a landscape layout and not a portrait layout?
Thank you for your assistance.