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

ReportPrintTool.ApproveParameters(IEnumerable<Parameter>, Boolean) Method

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraPrinting.v20.1.dll

NuGet Package: DevExpress.Win.Printing

Declaration

public virtual bool ApproveParameters(
    IEnumerable<Parameter> parameters,
    bool requestParameters
)

Parameters

Name Type
parameters IEnumerable<Parameter>
requestParameters Boolean

Returns

Type
Boolean
See Also