ValueCollection Members
Include Protected Members
Include Inherited Members
Encapsulates a list of data values for a report item. This class cannot be inherited.
The ValueCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Returns the number of items in the collection. | |
Item[Int32] | Retrieves an item from a specified location in the collection. |
Top