Właściwość Report.Body
Uwaga: ten interfejs API jest już nieaktualny.
Pobiera treść raportu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
<ObsoleteAttribute("Use ReportSection.Body instead.")> _
Public ReadOnly Property Body As Body
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.Body
A Body obiektu.
Zobacz także