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

DxReportViewer.JSUpdatePageImageAsync(Int32) Method

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v21.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

[JSInvokable]
public Task<bool> JSUpdatePageImageAsync(
    int pageIndex
)

Parameters

Name Type
pageIndex Int32

Returns

Type
Task<Boolean>
See Also