Version

IQuickTable Interface Members

The following tables list the members exposed by IQuickTable.

Public Properties
 NameDescription
 PropertyBackgroundGets or sets the background style.  
 PropertyBordersGets or sets the style of the borders.  
 PropertyDividerGets the divider.  
 PropertyFooterGets the footer.  
 PropertyHeaderGets the header.  
 PropertyKeepSolidGets or sets a boolean value indicating whether the table is a solid non breakable element.  
 PropertyMarginsGets or sets the spacings between elements.  
 PropertyPaddingsGets or sets the paddings between the borders and the content of an element.  
 PropertyParentGets the parent of the table.  
 PropertyStretchGets or sets a boolean value indicating whether to stretch the content to the bottom of the page.  
Public Methods
 NameDescription
 MethodAddColumnCreates a new column.  
 MethodAddRowCreates a new row object that implements the Infragistics.Documents.Reports.Report.QuickTable.IRow interface and adds it to the internal collection of objects.  
See Also