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

DxDocumentViewer.SetCurrentReportId(String) Method

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

Namespace: DevExpress.Blazor.Reporting

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

NuGet Package: DevExpress.Blazor.Reporting

Declaration

[JSInvokable]
public void SetCurrentReportId(
    string reportId
)

Parameters

Name Type Description
reportId String

A string that is the report identifier.

See Also