Partager via


Propriété ReportSection.Body

Gets the body of the report section.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Body As Body 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ReportSection Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering