Skip to main content
All docs
V18.2

ASPxDesignerReportDialogBase.show(ASPxDesignerNavigateTab) Method

Shows the dialog for the specified report tab.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public void show(
    ASPxDesignerNavigateTab tab
)

Parameters

Name Type Description
tab ASPxDesignerNavigateTab

A report tab for which the dialog should be shown.

See Also