Partager via


Body propriété

Describes how the body of the report is structured and rendered

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

Syntaxe

'Déclaration
Public ReadOnly Property Body As Body
    Get
'Utilisation
Dim instance As Report
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 la propriété

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