MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Grid Class / Columns Property

In This Topic
Columns Property (Grid)
In This Topic
Gets the columns of the grid.
Syntax
'Declaration
 
Public ReadOnly Property Columns As IList(Of GridColumn)
 

Property Value

A list of GridColumn objects representing the columns of the grid.
See Also