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

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

    Declaration

    export class OpenReportDialog extends ReportDialogBase

    Remarks

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

    To learn how to customize the Open Report dialog, use the ASPxClientReportDesigner.CustomizeOpenDialog event.

    Inheritance

    ReportDialogBase
    OpenReportDialog

    Properties

    title Property

    Specifies the dialog title.

    Declaration

    title: string

    Property Value

    Type Description
    string

    The dialog title.

    Methods

    open(url) Method

    Opens the report with the specified URL.

    Declaration

    open(
        url: string
    ): void

    Parameters

    Name Type Description
    url string

    A string that specifies a URL of the report to be opened.