WebDocumentViewerOperationLogger.ReportOpeningAsync(String, String, String, XtraReport, CachedReportSourceWeb) Method
Asynchronous method that is called when the Document Viewer loads a report. Allows you to modify a report before it is loaded.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
public virtual Task ReportOpeningAsync(
string reportId,
string reportUrl,
string documentId,
XtraReport report,
CachedReportSourceWeb cachedReportSource
)
#Parameters
Name | Type | Description |
---|---|---|
report |
String | A String value that identifies the report. |
report |
String | A String value that specifies the report name that can be resolved to a report instance. |
document |
String | A String value that identifies the report document. |
report | Xtra |
An Xtra |
cached |
Cached |
A Cached |
#Returns
Type | Description |
---|---|
Task | A Task. |