Skip to main content
All docs
V24.1

DxReportViewer.JSUpdatePageImageAsync(Int32) Method

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v24.1.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