Back to Devexpress

ParametersRequestExtension Class

xtrareports-devexpress-dot-xtrareports-dot-extensions-1027c31c.md

latest2.4 KB
Original Source

ParametersRequestExtension Class

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

Namespace : DevExpress.XtraReports.Extensions

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

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public abstract class ParametersRequestExtension :
    IParametersRequestListener
vb
Public MustInherit Class ParametersRequestExtension
    Implements 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

ParametersRequestExtension Members

Report Parameters of Custom Types

Create a Report Parameter

DevExpress.XtraReports.Extensions Namespace