Skip to main content
All docs
V26.1
  • SaveAsReportDialog Class

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

    Declaration

    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

    title: string

    Property Value

    Type Description
    string

    The dialog’s title.

    Methods

    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.