Table of Contents

Property ChangedPages

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

ChangedPages

Gets the numbers of the pages whose content differs from the previous pagination, in order.

public IReadOnlyList<int> ChangedPages { get; }

Property Value

IReadOnlyList<int>

Remarks

A page that exists only in one of the two paginations counts as changed, so a viewer that redraws these and leaves the rest alone is always correct. Expanding a group near the end of a long report usually changes one page and the ones after it; expanding one at the top usually changes them all, and the answer says so rather than pretending otherwise.