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

WebDocumentViewerOperationLogger.ReportLoadedFromLayout(String, XtraReport, out CachedReportSourceWeb) Method

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public virtual void ReportLoadedFromLayout(
    string reportId,
    XtraReport report,
    out CachedReportSourceWeb cachedReportSourceWeb
)

Parameters

Name Type
reportId String
report XtraReport
cachedReportSourceWeb CachedReportSourceWeb
See Also