Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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