Skip to main content
All docs
V18.2

ASPxClientReportDesignerDialogEventArgs(String, Object) Constructor

Initializes a new instance of the ASPxClientReportDesignerDialogEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxClientReportDesignerDialogEventArgs(
    string url,
    object report
)

Parameters

Name Type Description
url String

Specifies the URL of the report currently being processed. This value is assigned to the ASPxClientReportDesignerDialogEventArgs.Url property.

report Object

Specifies the report currently being processed. This value is assigned to the ASPxClientReportDesignerDialogEventArgs.Report property.

See Also