Skip to main content
A newer version of this page is available. .

ParametersRequestExtension Class

Supports the creation of custom parameter editors in a Print Preview.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v20.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public abstract class ParametersRequestExtension :
    IParametersRequestListener

Remarks

To provide editors to parameters of custom types in a print preview, create a custom parameters request extension inherited from the ParametersRequestExtension class.

Then, register the extension (using the ParametersRequestExtension.RegisterExtension method) and associate the report with the custom extension (using the ParametersRequestExtension.AssociateReportWithExtension method).

See Use the Parameters Panel to Ask for User Input for more information.

Inheritance

Object
ParametersRequestExtension
See Also