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

IReportPrintTool.ApproveParameters(Parameter[], Boolean) Method

For internal use. If implemented by a class, approves the parameters.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

bool ApproveParameters(
    Parameter[] parameters,
    bool requestParameters
)

Parameters

Name Type
parameters Parameter[]
requestParameters Boolean

Returns

Type Description
Boolean

A Boolean value.

Remarks

This method is intended for internal use only. Normally, you don’t need to use it.

See Also