Skip to main content
A newer version of this page is available. .

WebDocumentViewerBuilder.Bind(XtraReport) Method

Binds the Web Document Viewer to a specified report.

Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

Assembly: DevExpress.AspNetCore.Reporting.v18.2.dll

Declaration

public WebDocumentViewerBuilder Bind(
    XtraReport report
)

Parameters

Name Type Description
report XtraReport

The report to be bound to the Document Viewer.

Returns

Type Description
WebDocumentViewerBuilder

A WebDocumentViewerBuilder that can be used to further configure the Document Viewer.

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 Bind(String) method overload with a string parameter instead.

See Also