Partilhar via


Propriedade ReportPageSettings.PaperSize

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

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

Sintaxe

'Declaração
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

Valor de propriedade

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

Comentários

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.

Consulte também

Referência

ReportPageSettings Classe

Namespace Microsoft.Reporting.WinForms