DxReportViewer.GoToPageAsync(Int32, VisualBrick) Method
In This Article
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v24.2.Viewer.dll
NuGet Package: DevExpress.Blazor.Reporting.Viewer
#Declaration
public Task GoToPageAsync(
int pageIndex,
VisualBrick brick = null
)
#Parameters
Name | Type |
---|---|
page |
Int32 |
#Optional Parameters
Name | Type | Default |
---|---|---|
brick | Visual |
null |
#Returns
Type |
---|
Task |
See Also