Właściwość ReportSection.Body
Pobiera treści sekcji raportu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Body As Body
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.Body
A Body obiektu.
Zobacz także