Поделиться через


Свойство Report.Body

Примечание. Этот API-интерфейс устарел.

Gets the body of the report.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
<ObsoleteAttribute("Use ReportSection.Body instead.")> _
Public ReadOnly Property Body As Body 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.Body
A Body object.

См. также

Справочник

Report Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering