Skip to main content
All docs
V24.1

DxReportViewer.GoToPageAsync(Int32, VisualBrick) Method

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v24.1.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public Task GoToPageAsync(
    int pageIndex,
    VisualBrick brick = null
)

Parameters

Name Type
pageIndex Int32

Optional Parameters

Name Type Default
brick VisualBrick null

Returns

Type
Task
See Also