Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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