The following tables list the members exposed by IEmbeddedVisualPaginator.
Name | Description | |
---|---|---|
![]() | CurrentPageDataContext | Returns a piece of opaque data that will be set as the DataContext on the root visual of a Report's current page. |
![]() | CurrentPagePosition | Returns a PagePosition instance that represents the current page position in the embedded visual (read-only). |
![]() | EstimatedPageCount | Returns the estimated count of page that will be printed (read-only). |
![]() | LogicalPageNumber | Returns an integer that indicates the logical row of the current page (read-only). |
![]() | LogicalPagePartNumber | Returns an integer that indicates the logical column of the current page(read-only). |
Name | Description | |
---|---|---|
![]() | BeginPagination | Called when a pagination process is about to begin. |
![]() | EndPagination | Called when the pagination has ended. |
![]() | MoveToNextPage | Requests that the implementor move to the next page and update its visual tree if necessary.. |
![]() | MoveToPosition | Requests that the implementor move to a specific page represented by the supplied PagePosition and update its visual tree if necessary. |