Compartir a través de


ReportSection.Body Propiedad

Gets the body of the report section.

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

Sintaxis

'Declaración
Public ReadOnly Property Body As Body 
    Get
'Uso
Dim instance As ReportSection 
Dim value As Body 

value = instance.Body
public Body Body { get; }
public:
property Body^ Body {
    Body^ get ();
}
member Body : Body
function get Body () : Body

Valor de la propiedad

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

Vea también

Referencia

ReportSection Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering