Version

IEmbeddedVisualPaginator Interface Members

The following tables list the members exposed by IEmbeddedVisualPaginator.

Public Properties
 NameDescription
 PropertyCurrentPageDataContextReturns a piece of opaque data that will be set as the DataContext on the root visual of a Report's current page.  
 PropertyCurrentPagePositionReturns a PagePosition instance that represents the current page position in the embedded visual (read-only).  
 PropertyEstimatedPageCountReturns the estimated count of page that will be printed (read-only).  
 PropertyLogicalPageNumberReturns an integer that indicates the logical row of the current page (read-only).  
 PropertyLogicalPagePartNumberReturns an integer that indicates the logical column of the current page(read-only).  
Public Methods
 NameDescription
 MethodBeginPaginationCalled when a pagination process is about to begin.  
 MethodEndPaginationCalled when the pagination has ended.  
 MethodMoveToNextPageRequests that the implementor move to the next page and update its visual tree if necessary..  
 MethodMoveToPositionRequests that the implementor move to a specific page represented by the supplied PagePosition and update its visual tree if necessary.  
See Also