Skip to main content
A newer version of this page is available. .

WebDocumentViewerOperationLogger.ReportOpening(String, String, String, XtraReport) Method

Logs the opening report event in the Web Document Viewer and provides information about the report in the Web Document Viewer’s internal repository (and its associated document if this document has already been generated).

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v18.2.Web.dll

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