Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the bottom right region that contains the data of the tablix.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Body As TablixBody
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.TablixBody
A TablixBody object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace