SaveAsReportDialog Class
In This Article
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.
#Inherited Members
#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. |