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

OpenReportDialog Class

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.

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