Version

IEmbeddedVisualPaginatorFactory Interface

Interface implemented by a control that can create an element that implements the IEmbeddedVisualPaginator interface.
Syntax
'Declaration
 
Public Interface IEmbeddedVisualPaginatorFactory 
public interface IEmbeddedVisualPaginatorFactory 
Remarks

A control that implements this interface, e.g. a XamDataGrid, can be passed into the constructor of an EmbeddedVisualReportSection, defined in the Infragistics.Wpf.Reporting assembly, which will then drive the pagination logic.

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