Skip to main content
A newer version of this page is available. .

SaveReportDialog Class

Provides functionality for the Save dialog of the Web Report Designer.

Declaration

class SaveReportDialog extends ReportDialogBase

Remarks

The Save dialog appears in the Web Report Designer on an attempt to close a report that has been changed.

To learn how to customize the Save dialog, use the ASPxClientReportDesigner.CustomizeSaveDialog event.

Inheritance

ReportDialogBase
SaveReportDialog

Properties

saveReportDialog Property

Provides access to the Save Report dialog that appears if a user selected to save changes in the Save dialog.

Declaration

saveReportDialog: SaveAsReportDialog

Property Value

Type Description
SaveAsReportDialog

The Save As dialog.

Remarks

The Save dialog allows an end-user to choose whether to save changes made to a report. If the user selects to save the report, the Save Report dialog appears.

title Property

Specifies a dialog’s title.

Declaration

title: string

Property Value

Type Description
string

The dialog’s title.

Methods

cancel Method

Cancels the dialog.

Declaration

cancel(): void

notSave Method

Closes the dialog without saving the current report.

Declaration

notSave(): void

save(url) Method

Saves the report with the specified URL.

Declaration

save(
    url: any
): void

Parameters

Name Type Description
url any

The URL of the report to be saved.