Skip to main content
All docs
V25.1
  • CascadingParametersService.ValidateFilterStrings(IEnumerable<Parameter>, ParameterCollection, out String) Method

    Namespace: DevExpress.XtraReports.Parameters

    Assembly: DevExpress.Printing.v25.1.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