Skip to main content
A newer version of this page is available.
All docs
V19.2

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.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public void CollectParameters(
    IList<Parameter> list,
    Predicate<Parameter> condition
)

Parameters

Name Type Description
list IList<Parameter>

A list of the Parameter objects.

condition Predicate<Parameter>

A Predicate object that stores the parameter conditions.

Implements

DevExpress.XtraReports.IReport.CollectParameters(IList<Parameter>, Predicate<Parameter>)
See Also