MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableColumnCollection Class
Members

TableColumnCollection Class
Represents a strongly typed collection of TableColumn objects.
Object Model
TableColumnCollection Class
Syntax
'Declaration
 
Public NotInheritable Class TableColumnCollection 
   Inherits System.Collections.ObjectModel.Collection(Of TableColumn)
 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      GrapeCity.ActiveReports.PageReportModel.TableColumnCollection

See Also