Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets how the body of the report is structured and rendered.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Overridable Property Body As Body
Get
Set
'Usage
Dim instance As Report
Dim value As Body
value = instance.Body
instance.Body = value
public virtual Body Body { get; set; }
public:
virtual property Body^ Body {
Body^ get ();
void set (Body^ value);
}
abstract Body : Body with get, set
override Body : Body with get, set
function get Body () : Body
function set Body (value : Body)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.Body
The structure of the body of the report.