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

WebDocumentViewerOperationLogger.ReleaseReport(String) Method

Logs the request for a report release event from the Web Document Viewer’s internal repository.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

Declaration

public virtual void ReleaseReport(
    string reportId
)

Parameters

Name Type Description
reportId String

A String value, identifying the report.

See Also