Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SaveReportDialog Class

#Declaration

TypeScript
export class SaveReportDialog extends ReportDialogBase

#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
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

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.