WebDocumentViewerOperationLogger.ReportOpening(String, String, String, XtraReport) Method
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.v25.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
public virtual void ReportOpening(
string reportId,
string reportUrl,
string documentId,
XtraReport report
)
Parameters
| Name | Type | Description |
|---|---|---|
| reportId | String | A String value that identifies the report. |
| reportUrl | String | A String value that specifies the report URL. |
| documentId | String | A String value that identifies the report document. |
| report | XtraReport | An XtraReport object. |
See Also