Partager via


Propriété Report.Body

Remarque : cette API est désormais obsolète.

Gets the body of the report.

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

Syntaxe

'Déclaration
<ObsoleteAttribute("Use ReportSection.Body instead.")> _
Public ReadOnly Property Body As Body 
    Get
'Utilisation
Dim instance As Report 
Dim value As Body 

value = instance.Body
[ObsoleteAttribute("Use ReportSection.Body instead.")]
public Body Body { get; }
[ObsoleteAttribute(L"Use ReportSection.Body instead.")]
public:
property Body^ Body {
    Body^ get ();
}
[<ObsoleteAttribute("Use ReportSection.Body instead.")>]
member Body : Body
function get Body () : Body

Valeur de propriété

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

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering