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





Gets or sets the desired page size of the printed or previewed report, expressed in device-independent pixels.

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

 Syntax

C#  Copy Code

public Nullable<Size> PageSize { get; set; }

Visual Basic  Copy Code

Public Property PageSize As Nullable(Of Size)

 Property Value

 Remarks

If this property is not specified, the report will be previewed on A4 paper using .5 inch margin and printed according to the specified print settings.

 See Also

ReportPrinter Members
ReportPrinter Class
MindFusion.Reporting.Silverlight Namespace