Skip to main content
All docs
V18.2

ASPxClientCustomizeExportOptionsEventArgs(Object) Constructor

Initializes a new instance of the ASPxClientCustomizeExportOptionsEventArgs class with the specified export options.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public ASPxClientCustomizeExportOptionsEventArgs(
    object options
)

Parameters

Name Type Description
options Object

An object that stores export options.

See Also