Skip to main content
All docs
V23.2

DxReportViewer.JSUpdatePageImageAsync(Int32) Method

Namespace: DevExpress.Blazor.Reporting

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