A newer version of this page is available.
Switch to the current version.
XtraReport.CollectParameters(IList<Parameter>, Predicate<Parameter>) Method
For internal use. Collects all report parameters that satisfy the specified conditions.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
public void CollectParameters(
IList<Parameter> list,
Predicate<Parameter> condition
)
Public Sub CollectParameters(
list As IList(Of Parameter),
condition As Predicate(Of Parameter)
)
Parameters
Name | Type | Description |
---|---|---|
list | IList<Parameter> | A list of the Parameter objects. |
condition | Predicate<Parameter> | A Predicate object that stores the parameter conditions. |
See Also
Feedback