Search
ReportColumnCollection Members
Constructors Properties Methods
 


Represents a strongly-typed collection of ReportColumn objects.

The following tables list the members exposed by the ReportColumnCollection type.

 Public Constructors

  Name Description

ReportColumnCollection

Initializes a new instance of the ReportColumnCollection class.

 Public Properties

  Name Description

Item

Gets or sets the column object located at the specified position within this collection.

 Public Methods

  Name Description

Add

Adds the specified column to this collection.

Clear

Removes all elements from the collection.

Contains

Determines whether this collection contains the specified column.

Insert

Inserts the specified ReportColumn object at the specified position within the collection.

Remove

Removes the first occurrence of the specified ReportColumn object from this collection.

 Protected Methods

  Name Description

OnInsertComplete

CollectionBase.OnInsertComplete override.

 See Also