Skip to main content
All docs
V23.2

CascadingParametersService.ValidateFilterStrings(IEnumerable<Parameter>, ParameterCollection, out String) Method

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public static bool ValidateFilterStrings(
    IEnumerable<Parameter> parameters,
    ParameterCollection parameterCollection,
    out string error
)

Parameters

Name Type
parameters IEnumerable<Parameter>
parameterCollection ParameterCollection
error String

Returns

Type
Boolean
See Also