Skip to main content
All docs
V24.1

WebDocumentViewerBuilderBase<TSettings, TImpl, TModel>.Bind(CachedReportSourceWeb) Method

Passes the report contained in the specified CachedReportSourceWeb object to the Viewer or Parameters Panel component.

Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

Assembly: DevExpress.AspNetCore.Reporting.v24.1.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public TImpl 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
TImpl

A WebDocumentViewerBuilderBase<TSettings, TImpl, TModel> that can be used in method chaining to configure the component.

See Also