Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.TablixColumnCollection
A TablixColumnCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace