Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes how the body of the report section is structured and rendered.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Body As Body
Get
Set
'Usage
Dim instance As ReportSection
Dim value As Body
value = instance.Body
instance.Body = value
public Body Body { get; set; }
public:
property Body^ Body {
Body^ get ();
void set (Body^ value);
}
member Body : Body with get, set
function get Body () : Body
function set Body (value : Body)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.Body
A Body object.