Xceed Grid for WinForms v4.3 Documentation
PaperSize Property (ExportSettings)


Xceed.Grid.Reporting.v4.3 Assembly > Xceed.Grid.Reporting Namespace > ExportSettings Class : PaperSize Property
Gets or sets the size of the Report's pages.
Syntax
'Declaration
 
Public Property PaperSize As PaperSize
'Usage
 
Dim instance As ExportSettings

Dim value As PaperSize

 

instance.PaperSize = value

 

value = instance.PaperSize
public PaperSize PaperSize {get; set;}

Property Value

A System.Drawing.Printing.PaperSize that represents the size of the report's pages. By default, the printer's paper size will be used.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExportSettings Class
ExportSettings Members