Freigeben über


Body-Eigenschaft

Ruft den Berichtstext als Rechteck ab.

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

Syntax

'Declaration
Public ReadOnly Property Body As Rectangle
    Get
'Usage
Dim instance As Report
Dim value As Rectangle

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.ReportRendering. . :: . .Rectangle
Gibt den Berichtstext als ein Rectangle-Objekt zurück.