Partager via


Propriété Tablix.TablixBody

Gets or sets the bottom right region that contains the data elements of the Tablix.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property TablixBody As TablixBody 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.TablixBody
A TablixBody object.

Voir aussi

Référence

Tablix Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel