DataPA Enterprise Dashboard Controls API Reference

The SummaryColumns type exposes the following members.

Constructors

  Name Description
Public method SummaryColumns()()()()
Creates and returns a new SummaryColumns object
Public method SummaryColumns(Object)
Creates and returns a new SummaryColumns object

Methods

  Name Description
Public method Add
Adds a SummaryColumn to this collection.
Public method Contains
Returns a value that indicates if an object with the key exists in the collection.
Public method GetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public method GetFirstSummaryColumn
Gets the first SummaryColumn in the collection.
Public method GetNextSummaryColumn
Gets the Next SummaryColumn in the collection.
Public method GetObjectData
Public method MoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public method Remove(Int32)
Removes a SummaryColumn from this collection.
Public method Remove(String)
Removes a SummaryColumn from this collection.
Public method RemoveAll
Removes all SummaryColumns from this collection.
Public method Reset
Implements System.Collections.IEnumerator.Reset.
Public method ResetOrder
Re-Orders the SummaryColumns in the collection.
Protected method SetObjectData

Properties

  Name Description
Public property Clone
Gets and cloned copy of this SummaryColumns collection.
Public property Count
Gets the number of SummaryColumns in this collection.
Public property Current
Implements System.Collections.IEnumerator.Current.
Public property Item[([( Int32])])
Gets and sets a SummaryColumn in this collection.
Public property Item[([( String])])
Gets and sets a SummaryColumn in this collection.
Public property Parent
Gets a SummaryData object that represents the parent of this object.

See Also