Method Refresh
Refresh()
Paginates again with whatever state the session now holds.
public ReportViewerUpdate Refresh()
Returns
- ReportViewerUpdate
The new pagination and the pages that changed.
Refresh(CancellationToken)
Paginates again with whatever state the session now holds.
public ReportViewerUpdate Refresh(CancellationToken cancellationToken)
Parameters
cancellationTokenCancellationTokenCancels the pagination.
Returns
- ReportViewerUpdate
The new pagination and the pages that changed.