SaveReportDialog Class
Declaration
export class SaveReportDialog extends ReportDialogBase
Inherited Members
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: DevExpress.Reporting.Designer.Tools.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. |