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

SaveAsReportDialog Class

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

#Declaration

TypeScript
export class SaveAsReportDialog extends ReportDialogBase

#Remarks

The Save Report dialog appears in the Web Report Designer when saving a new report (e.g., when an end-user clicks the Save As menu command).

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

#Inheritance

ReportDialogBase
SaveAsReportDialog

#Properties

#title Property

Specifies a dialog’s title.

#Declaration

TypeScript
title: string

#Property Value

Type Description
string

The dialog’s title.

#Methods

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