Skip to main content
All docs
V18.2

ASPxClientReportDesignerTabEventArgs(ASPxDesignerNavigateTab) Constructor

Initializes a new instance of the ASPxClientReportDesignerTabEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxClientReportDesignerTabEventArgs(
    ASPxDesignerNavigateTab tab
)

Parameters

Name Type Description
tab ASPxDesignerNavigateTab

An object that specifies the report tab. This value is assigned to the ASPxClientReportDesignerTabEventArgs.Tab property.

See Also