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.
Gets the body of the report section.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Body As Body
Get
'Usage
Dim instance As ReportSection
Dim value As Body
value = instance.Body
public Body Body { get; }
public:
property Body^ Body {
Body^ get ();
}
member Body : Body
function get Body () : Body
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Body
A Body object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace