BandCollection Members
In This Article
#Constructors
Name | Description |
---|---|
Band |
Initializes a new collection of bands in the specified report. |
#Properties
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the Collection |
Count |
Gets the number of elements contained in the Collection |
Inner |
Gets an Array |
Item[Band |
An indexer that returns the Band object that is of the specified band kind. |
Item[Int32] | An indexer that returns the Band object located at the specified index in the collection. |
Item[String] | Provides access to individual items in the collection by their names. |
List protected |
Gets an IList containing the list of elements in the Collection |
ICollection. |
Gets a value indicating whether access to the Collection |
ICollection. |
Gets an object that can be used to synchronize access to the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets or sets the element at the specified index.
Inherited from Collection |
#Methods
Name | Description |
---|---|
Add |
Overrides the XRControl |
Add |
Adds the specified control to the collection.
Inherited from XRControl |
Add |
Adds an array of Band objects to the collection. |
Add |
Appends an array of controls to the collection.
Inherited from XRControl |
Clear() |
Removes all objects from the Collection |
Contains |
Determines whether the specified band is a member of the collection. |
Contains |
Determines whether the specified control is a member of the collection.
Inherited from XRControl |
Dispose() |
Disposes of the XRControl |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns a Band object if an object of the specified type is contained in the collection. |
Get |
Returns an enumerator that iterates through the Collection |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the zero-based index of the specified band in the collection. |
Index |
Returns the zero-based index of the specified control in the collection.
Inherited from XRControl |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Performs additional custom processes when removing an element from the Collection |
On |
Performs additional custom processes before setting a value in the Collection |
On |
Performs additional custom processes after setting a value in the Collection |
On |
Performs additional custom processes when validating a value.
Inherited from Collection |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified band from the collection. |
Remove |
Removes the specified control from the collection.
Inherited from XRControl |
Remove |
Removes the element at the specified index of the Collection |
Set |
Sets the index of the specified child control in the collection to the specified index value.
Inherited from XRControl |
ICollection. |
Copies the entire Collection |
IList. |
Adds an object to the end of the Collection |
IList. |
Determines whether the Collection |
IList. |
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire Collection |
IList. |
Inserts an element into the Collection |
IList. |
Removes the first occurrence of a specific object from the Collection |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Collection |
Occurs after making any change to the collection of report controls.
Inherited from XRControl |
See Also