Skip to main content

ExtensionsFactory.ReportDesigner(Action<ReportDesignerSettings>) Method

Creates a ReportDesigner.

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ReportDesignerExtension ReportDesigner(
    Action<ReportDesignerSettings> method
)

Parameters

Name Type Description
method Action<ReportDesignerSettings>

A delegate method that accepts ReportDesignerExtension as a parameter.

Returns

Type Description
ReportDesignerExtension

A ReportDesignerExtension object implementing the ReportDesigner functionality.

See Also