Table of Contents

Method Refresh

Namespace
DocWright.Reporting.Viewer
Assembly
DocWright.Reporting.Viewer.dll

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

cancellationToken CancellationToken

Cancels the pagination.

Returns

ReportViewerUpdate

The new pagination and the pages that changed.