ReportSection.Body Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the body of the report section.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::Body ^ Body { Microsoft::ReportingServices::OnDemandReportRendering::Body ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.Body Body { get; }
member this.Body : Microsoft.ReportingServices.OnDemandReportRendering.Body
Public ReadOnly Property Body As Body
Property Value
A Body object.