SaveReportDialog Class
#Declaration
TypeScript
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
TypeScript
saveReportDialog: DevExpress.Reporting.Designer.Tools.SaveAsReportDialog
#Property Value
Type | Description |
---|---|
Save |
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
TypeScript
title: string
#Property Value
Type | Description |
---|---|
string | The dialog’s title. |
#Methods
#cancel Method
Cancels the dialog.
#Declaration
TypeScript
cancel(): void
#notSave Method
Closes the dialog without saving the current report.
#Declaration
TypeScript
notSave(): void
#save(url) Method
Saves the report with the specified URL.
#Declaration
TypeScript
save(
url: any
): void
#Parameters
Name | Type | Description |
---|---|---|
url | any | The URL of the report to be saved. |