Name | Description | |
---|---|---|
ReportParameterCollection Constructor |
The following tables list the members exposed by ReportParameterCollection.
Name | Description | |
---|---|---|
ReportParameterCollection Constructor |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the CustomPropertyDefinitionCollection instance. This property cannot be overridden. (Inherited from System.Collections.ObjectModel.Collection<ReportParameter>) | |
Item | Gets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ReportParameter>) |
Name | Description | |
---|---|---|
Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<ReportParameter>) | |
Clear | Removes all objects from the DataGroupingCollection instance. This method cannot be overridden. (Inherited from System.Collections.ObjectModel.Collection<ReportParameter>) | |
Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ReportParameter>) | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<ReportParameter>) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<ReportParameter>) | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ReportParameter>) | |
Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<ReportParameter>) | |
RemoveAt | Removes the element at the specified index of the DataCellCollection instance. This method is not overridable. (Inherited from System.Collections.ObjectModel.Collection<ReportParameter>) |