Udostępnij za pośrednictwem


Właściwość ReportPageSettings.PaperSize —

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

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

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

Wartość właściwości

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

Uwagi

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.

Zobacz też

Informacje

ReportPageSettings Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms