ReportPageSettings.PaperSize Property

 

Represents the paper size settings for a report page. Read-only.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public PaperSize PaperSize { get; }
public:
property PaperSize^ PaperSize {
    PaperSize^ get();
}
member PaperSize : PaperSize with get
Public ReadOnly Property PaperSize As PaperSize

Property Value

Type: System.Drawing.Printing.PaperSize

A read-only PaperSize object containing information about report page size.

Remarks

The Width property is always less than or equal to the Height property in the returned PaperSize object. To find out the orientation of the report page, use IsLandscape.

See Also

ReportPageSettings Class
Microsoft.Reporting.WinForms Namespace

Return to top