Freigeben über


PageWidth-Eigenschaft

Ruft die Breite der Papierseite ab.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property PageWidth As ReportSize
    Get
'Usage
Dim instance As Report
Dim value As ReportSize

value = instance.PageWidth
public ReportSize PageWidth { get; }
public:
property ReportSize^ PageWidth {
    ReportSize^ get ();
}
member PageWidth : ReportSize
function get PageWidth () : ReportSize

Eigenschaftswert

Typ: Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
Ein ReportSize-Objekt, das die Breite der Seite angibt.