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

WebDocumentViewerOperationLogger.ReleaseDocument(String) Method

Logs the request for a document’s 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 ReleaseDocument(
    string documentId
)

Parameters

Name Type Description
documentId String

A String value, identifying the document.

See Also