WebDocumentViewerExtension.Bind(XtraReport) Method
In This Article
Binds the Document Viewer to a report.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public WebDocumentViewerExtension Bind(
XtraReport report
)
#Parameters
Name | Type | Description |
---|---|---|
report | Xtra |
A Xtra |
#Returns
Type | Description |
---|---|
Web |
A Web |
#Remarks
The document generation method used to display the specified report in a Document Viewer may consume a lot of memory. To avoid this, use the WebDocumentViewerExtension.Bind method overload with a string parameter instead.
See Also