Share via


ReportSection.Body Property

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

ReportSection Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace