Skip to main content
All docs
V25.1
  • WebDocumentViewerOperationLogger.ReportOpening(String, String, String, XtraReport, CachedReportSourceWeb) 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,
        CachedReportSourceWeb cachedReportSource
    )

    Parameters

    Name Type Description
    reportId String

    A String value that identifies the report.

    reportUrl String

    A String value that specifies the report name that can be resolved to a report instance.

    documentId String

    A String value that identifies the report document.

    report XtraReport

    An XtraReport object that is the current report being loaded.

    cachedReportSource CachedReportSourceWeb

    A CachedReportSourceWeb object that is a mediator between a report and a Web Document Viewer. It creates a report document and caches each generated page to a storage.

    See Also