ExtensionsFactory.ReportDesigner(Action<ReportDesignerSettings>) Method
In This Article
Creates a ReportDesigner.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ReportDesignerExtension ReportDesigner(
Action<ReportDesignerSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Report |
A delegate method that accepts Report |
#Returns
Type | Description |
---|---|
Report |
A Report |
See Also