WebDocumentViewerBuilderBase<TSettings, TImpl, TModel>.Bind(XtraReport) Method
In This Article
Passes the specified report to the reporting component.
Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer
Assembly: DevExpress.AspNetCore.Reporting.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Reporting
#Declaration
public TImpl Bind(
XtraReport report
)
#Parameters
Name | Type | Description |
---|---|---|
report | Xtra |
A report to load to the reporting component. |
#Returns
Type | Description |
---|---|
TImpl | A Web |
#Remarks
In most situations you may use the WebDocumentViewerBuilder.Bind(String) method instead. It enables you to implement a report cache and a custom name resolver to optimize the workload and memory usage.
See Also