Report.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.
Caution
Use ReportSection.Body instead.
Gets the body of the report.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::Body ^ Body { Microsoft::ReportingServices::OnDemandReportRendering::Body ^ get(); };
[System.Obsolete("Use ReportSection.Body instead.")]
public Microsoft.ReportingServices.OnDemandReportRendering.Body Body { get; }
[<System.Obsolete("Use ReportSection.Body instead.")>]
member this.Body : Microsoft.ReportingServices.OnDemandReportRendering.Body
Public ReadOnly Property Body As Body
Property Value
A Body object.
- Attributes