Report.Body Property

Definition

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

Applies to