Skip to main content
.NET 6.0+

ReportServiceController.ShowDesigner(Type, Object) Method

Invokes the Report Designer (WinForms or ASP.NET Web Forms).

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.2.dll

Declaration

public void ShowDesigner(
    Type reportDataType,
    object reportDataKey
)

Parameters

Name Type Description
reportDataType Type

A Type of the report to be modified in the Report Designer.

reportDataKey Object

An object representing the key property value of the ReportDataV2 object to be modified in the Report Designer.

See Also