TablixBody.ColumnCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the columns of the tablix body.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::TablixColumnCollection ^ ColumnCollection { Microsoft::ReportingServices::OnDemandReportRendering::TablixColumnCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.TablixColumnCollection ColumnCollection { get; }
member this.ColumnCollection : Microsoft.ReportingServices.OnDemandReportRendering.TablixColumnCollection
Public ReadOnly Property ColumnCollection As TablixColumnCollection
Property Value
A TablixColumnCollection object.