Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ParametersRequestExtension Class

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

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v24.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).

Refer to the following help topic for more information: Create a Report Parameter.

#Inheritance

Object
ParametersRequestExtension
See Also