Progress® Telerik® Reporting R1 2021
CubeDataSourceParameterCollection Methods
The CubeDataSourceParameterCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add(String) |
Adds a new parameter with the specified name to the collection.
|
![]() | Add(String, Object) |
Adds a new parameter with the specified name and value to the collection.
|
![]() | AddRange(IEnumerableCubeDataSourceParameter) |
Adds a range of parameters to the collection.
|
![]() | AddRange(CubeDataSourceParameterCollection) |
Adds a range of parameters to the collection.
|
![]() | Clone |
Clones the specified collection.
|
![]() | Contains |
Determines if the collection contains a parameter with the specified name.
|
![]() | FirstOrNullWithCaseFallback | |
![]() | ToArray |
Converts the collection to an array of parameters.
|