PivotGridFieldCollection Members
In This Article
#Constructors
Name | Description |
---|---|
Pivot |
Initializes a new instance of the Pivot |
#Properties
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the Collection |
Count |
Gets the number of elements contained in the Collection |
Default |
Gets the default width of Field Value boxes.
Inherited from Pivot |
Inner |
Gets an Array |
Item[Int32] | Provides indexed access to individual fields in the collection. |
Item[String] |
Gets the Pivot |
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 |
Use |
Gets or sets whether or not the full name of a data source field is used to generate Pivot |
#Methods
Name | Description |
---|---|
Add() | Appends a new field to the collection. |
Add |
Appends the specified field to the collection. |
Add |
Adds the specified field to the collection.
Inherited from Pivot |
Add |
Adds a field to the Pivot |
Add |
Adds a field to the Pivot |
Add |
Adds an array of fields to the end of the collection. |
Clear() |
Removes all objects from the Collection |
Clear |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Inherited from Pivot |
Contains |
Indicates whether the collection contains the specified field.
Inherited from Pivot |
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. |
Generate |
Generates the default name of the pivot grid field by the name of the corresponding data source field.
Inherited from Pivot |
Get |
Returns an enumerator that iterates through the Collection |
Get |
Returns the field by the name. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns the number of visible fields displayed within the specified area.
Inherited from Pivot |
Group |
Combines fields into groups as specified by a cube’s structure on an OLAP server. This method supports the internal infrastructure, and is not intended to be called directly from your code.
Inherited from Pivot |
Index |
Returns the specified field’s position within the collection.
Inherited from Pivot |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Inherited from Pivot |
On |
For internal use.
Inherited from Pivot |
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 Pivot |
Remove |
Removes the specified Pivot |
Remove |
Removes the element at the specified index of the Collection |
Set |
Sets the index of the specified field to the specified value.
Inherited from Pivot |
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. |
Update |
Updates the location indexes of the fields in the collection as a result of modifying the visibility of the fields.
Inherited from Pivot |
See Also