Progress® Telerik® Reporting R1 2021
ReportParameterCollection Methods
The ReportParameterCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Creates a ReportParameter with specific settings and
adds it to the
ReportParameterCollection.
|
![]() | AddRange |
Adds an enumerable of ReportParameter objects to the
ReportParameterCollection.
(Inherited from ReportParameterCollectionBaseTReportParameter.) |
![]() | ClearItems | (Overrides CollectionTClearItems.) |
![]() | Contains |
Determines whether the ReportParameterCollection
contains a report parameter with a specific name.
(Inherited from ReportParameterCollectionBaseTReportParameter.) |
![]() | IndexOf |
Determines the index of a specific report parameter in the
ReportParameterCollection.
(Inherited from ReportParameterCollectionBaseTReportParameter.) |
![]() | InsertItem |
Inserts an item to the ReportParameterCollectionBaseTReportParameter at
the specified index.
(Overrides CollectionTInsertItem(Int32, T).) |
![]() | RemoveItem | (Overrides CollectionTRemoveItem(Int32).) |