Version

IQuickTable Interface

Represents a quick table element.
Syntax
'Declaration
 
Public Interface IQuickTable 
public interface IQuickTable 
Remarks

As a lightweight counterpart to Infragistics.Documents.Reports.Report.Table.ITable, a QuickTable is not as customizable. The following properties are on an ITable that do not have corresponding versions within a QuickTable element:

Additionally, there are no patterns that can be applied to a QuickTable for quick reuse, such as can be done with a Infragistics.Documents.Reports.Report.Table.TablePattern. Further differences can be found within the way that a IQuickTableRow operates.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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