Skip to main content
A newer version of this page is available.
All docs
V20.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.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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