Compartir a través de


Report.Body Propiedad

Nota: esta API ya está obsoleta.

Gets the body of the report.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("Use ReportSection.Body instead.")> _
Public ReadOnly Property Body As Body 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Body
A Body object.

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering