Propriété Body
Gets the bottom right region that contains the data of the tablix.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Body As TablixBody
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TablixBody
A TablixBody object.
Voir aussi