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.
Note: This API is now obsolete.
Gets the body of the report.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use ReportSection.Body instead.")> _
Public ReadOnly Property Body As Body
Get
'Usage
Dim instance As Report
Dim value As Body
value = instance.Body
[ObsoleteAttribute("Use ReportSection.Body instead.")]
public Body Body { get; }
[ObsoleteAttribute(L"Use ReportSection.Body instead.")]
public:
property Body^ Body {
Body^ get ();
}
[<ObsoleteAttribute("Use ReportSection.Body instead.")>]
member Body : Body
function get Body () : Body
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Body
A Body object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace