Skip to main content

WebDocumentViewerBuilder.Bind(CachedReportSourceWeb) Method

Passes the report contained in the specified CachedReportSourceWeb object to the Web Document Viewer.

Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

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

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public WebDocumentViewerBuilder Bind(
    CachedReportSourceWeb cachedReportSource
)

Parameters

Name Type Description
cachedReportSource CachedReportSourceWeb

A CachedReportSourceWeb object that is the object that contains a report and the cached document pages. Allows you to reduce the number of document creation method calls.

Returns

Type Description
WebDocumentViewerBuilder

A WebDocumentViewerBuilder object for use in method chaining.

See Also