Skip to main content
All docs
V21.1

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.v21.1.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.

See Also