Version

IEmbeddedVisualPaginator Interface

Interface implemented by embedded visual elements within a ReportSection that need to alter their visual tree in response to pagination in the containing ReportSection.
Syntax
'Declaration
 
Public Interface IEmbeddedVisualPaginator 
public interface IEmbeddedVisualPaginator 
Remarks

Note: This interface, or the IEmbeddedVisualPaginatorFactory interface, is implemented by controls that may represent multiple pages of data, e.g. XamDateGrid. The interface is used by the EmbeddedVisualReportSection, found in the Infragistic.Wpf.Reporting assembly, to generate all of the appropriate pages.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also