ReportDesignerExtension.Bind(ReportDesignerModel) Method
In This Article
Binds the Report Designer to a model.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ReportDesignerExtension Bind(
ReportDesignerModel model
)
#Parameters
Name | Type | Description |
---|---|---|
model | Report |
A Report |
#Returns
Type | Description |
---|---|
Report |
A Report |
See Also