OpenReportDialog Class
In This Article
Provides functionality for the Open Report dialog of the Web Report Designer.
#Declaration
TypeScript
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.
#Inherited Members
#Inheritance
ReportDialogBase
OpenReportDialog
#Properties
#title Property
Specifies the dialog title.
#Declaration
TypeScript
title: string
#Property Value
Type | Description |
---|---|
string | The dialog title. |
#Methods
#open(url) Method
Opens the report with the specified URL.
#Declaration
TypeScript
open(
url: string
): void
#Parameters
Name | Type | Description |
---|---|---|
url | string | A string that specifies a URL of the report to be opened. |