Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the columns of the tablix body.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnCollection As TablixColumnCollection
Get
'Usage
Dim instance As TablixBody
Dim value As TablixColumnCollection
value = instance.ColumnCollection
public TablixColumnCollection ColumnCollection { get; }
public:
property TablixColumnCollection^ ColumnCollection {
TablixColumnCollection^ get ();
}
member ColumnCollection : TablixColumnCollection
function get ColumnCollection () : TablixColumnCollection
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.TablixColumnCollection
A TablixColumnCollection object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace