MindFusion.Reporting for Silverlight Programmer's Guide
ReportViewer.PageSize Property
See Also
 





Gets or sets the size of the pages in the viewer. This is a dependency property.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public Size PageSize { get; set; }

Visual Basic  Copy Code

Public Property PageSize As Size

 Property Value

A Silverlight Thickness object specifying the size of the pages, expressed as device-independent pixels. The default is (816,1056).

 See Also

ReportViewer Members
ReportViewer Class
MindFusion.Reporting.Silverlight Namespace