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





Gets or sets the page size.

Namespace: MindFusion.Reporting.Silverlight.Export
Assembly: MindFusion.Reporting.Silverlight.ExcelExport

 Syntax

C#  Copy Code

public Size PageSize { get; set; }

Visual Basic  Copy Code

Public Property PageSize As Size

 Property Value

A Silverlight Size object specifying the size of the exported pages. The default is 8.5x11 inches.

 See Also

ExcelExporter Members
ExcelExporter Class
MindFusion.Reporting.Silverlight.Export Namespace