The following tables list the members exposed by ITable.
Name | Description | |
---|---|---|
Background | Gets or sets the background style. | |
Borders | Gets or sets the style of the borders. | |
Divider | Gets the divider. | |
Footer | Gets the footer. | |
Header | Gets the header. | |
Height | Gets or sets the height of the table. | |
KeepSolid | Gets or sets a boolean value indicating whether the table is a solid non breakable element. | |
Margins | Gets or sets the spacing between elements. | |
Paddings | Gets or sets the paddings between the borders and the content of an element. | |
Parent | Gets the parent of the table element. | |
Stretch | Gets or sets a boolean value indicating whether to stretch the content to the bottom of the page. | |
Width | Gets or sets the width of the table. |
Name | Description | |
---|---|---|
AddRow | Creates a new row object that implements the Infragistics.Documents.Reports.Report.Table.IRow interface and adds it to the internal collection of objects. | |
ApplyPattern | Applies a pattern to this table element. | |
Measure | Measures the table on a Letter size paper. |