Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.