Freigeben über


Width-Eigenschaft

Ruft die Breite des Berichts ab.

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

Syntax

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

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
Ein ReportSize-Objekt, das die Breite des Berichts enthält.