Skip to main content
A newer version of this page is available.
All docs
V20.2

DxDocumentViewer.SetCurrentDocumentId(String) Method

Specifies an identifier for the current document. For internal use.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v20.2.dll

NuGet Package: DevExpress.Blazor.Reporting

Declaration

[JSInvokable]
public void SetCurrentDocumentId(
    string documentId
)

Parameters

Name Type Description
documentId String

A string that is the document identifier.

See Also