Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.