ReportParameterCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of ReportParameter objects.
The ReportParameterCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetEnumerator() | Gets the enumerator for this ReportElementCollectionBase<T>. (Inherited from ReportElementCollectionBase<T>.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. (Overrides ReportElementCollectionBase<T>.Count.) | |
Item[Int32] | Gets the item at the specified index. (Overrides ReportElementCollectionBase<T>.Item[Int32].) | |
Item[String] | Gets the ReportParameter that has the specified name. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator() | Infrastructure. (Inherited from ReportElementCollectionBase<T>.) |
Top