Propriedade do RDL ReportSection.Body
Gets the body of the report section.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Body As Body
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Body
A Body object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering