Partager via


Propriété ReportSection.Body

Describes how the body of the report section is structured and rendered.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Body As Body 
    Get 
    Set
'Utilisation
Dim instance As ReportSection 
Dim value As Body 

value = instance.Body

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

Valeur de propriété

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

Voir aussi

Référence

ReportSection Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel