Tablix.Body Propiedad
Gets the bottom right region that contains the data of the tablix.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Body As TablixBody
Get
'Uso
Dim instance As Tablix
Dim value As TablixBody
value = instance.Body
public TablixBody Body { get; }
public:
property TablixBody^ Body {
TablixBody^ get ();
}
member Body : TablixBody
function get Body () : TablixBody
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TablixBody
A TablixBody object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering