Skip to main content
All docs
V18.2

ASPxClientReportDesignerCustomizeSaveAsDialogEventArgs.Customize(String, ASPxDesignerDialogModel) Method

Customizes the Save Report dialog based on the specified template and model.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public void Customize(
    string template,
    ASPxDesignerDialogModel model
)

Parameters

Name Type Description
template String

A string that specifies the name of an HTML template for the dialog.

model ASPxDesignerDialogModel

A model of the Save Report dialog.

Remarks

For an example of using this method, see the ASPxClientReportDesigner.CustomizeSaveAsDialog event description.

See Also