How can I set default print properties for a report in a ReportViewer control?
Do I have to set it by the report or by the ReportViewer?
I mean properties like A4 page, and Landscape layout?
?|||The print properties can be defined in the RDL. The page size, width, etc.. are properties in the RDL. The layout for landscape can be pre-set by setting the width and hight to 11x8.5.
This link might help: http://msdn2.microsoft.com/en-us/library/ms159237.aspx
No comments:
Post a Comment