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.v18.2.Web.dll

Declaration

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

Parameters

Name Type
reportId String
report XtraReport
cachedReportSourceWeb CachedReportSourceWeb
See Also