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 or sets the bottom right region that contains the data elements of the Tablix.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TablixBody As TablixBody
Get
Set
'Usage
Dim instance As Tablix
Dim value As TablixBody
value = instance.TablixBody
instance.TablixBody = value
public TablixBody TablixBody { get; set; }
public:
property TablixBody^ TablixBody {
TablixBody^ get ();
void set (TablixBody^ value);
}
member TablixBody : TablixBody with get, set
function get TablixBody () : TablixBody
function set TablixBody (value : TablixBody)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.TablixBody
A TablixBody object.