WebDocumentViewerBuilderBase<TSettings, TImpl, TModel>.Bind(CachedReportSourceWeb) Method
In This Article
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.2.dll
NuGet Package: DevExpress.AspNetCore.Reporting
#Declaration
public TImpl Bind(
CachedReportSourceWeb cachedReportSource
)
#Parameters
Name | Type | Description |
---|---|---|
cached |
Cached |
A Cached |
#Returns
Type | Description |
---|---|
TImpl | A Web |
See Also