|
Actions Read-Only |
A collection of Actions for the Summary Table. |
|
Align |
The alignment of the Table, if the render supports it. E.g. "Left". |
|
AutoStripe |
Indicates whether renders should Auto-Strip this table (i.e., use the Alt1 and Alt row styles). |
|
BackgroundColour |
The Background HTML Colour for the Table, e.g., "red" or "#FF0000". |
|
Caption |
A Caption for this table than can be used by renders, e.g., as a heading. |
|
CaptionHeadingLevel |
The Caption Heading Level or zero to use the default level. |
|
CaptionId |
An Id to assign to the Caption for this table than can be used by renders, e.g., to provide a way of hyperlinking to the table. |
|
Columns Read-Only |
A collection of Columns in the Summary Data Table. |
|
CssClasses |
A CSS class string that can be used by renders for styling. |
|
DisableColSpan |
Indicates whether renders should disable column spanning, e.g., to keep rows with differing numbers of cells lined up. |
|
GroupCaption |
A Group Caption for this table than can be used by renders, e.g., when rendering in a report, this can be used to define a block over similar summary tables. |
|
HasData Read-Only |
Returns True if the Summary Table has any data to display. |
|
MaxDisplayRows |
The Maximum number of Rows to display if the renderer supports this concept. |
|
MaxWidthHtml |
The maximum width to size this table to in HTML, e.g., 30em or 50%. |
|
MaxWidthTwipsHintReport |
A hint on the Maximum Width (in twips) for a report to render this table. |
|
Rows Read-Only |
A collection of Rows in the Summary Data Table. |
|
ShowHiddenRowsCaption |
A Caption that can be used by a renderer when displaying a link to show hidden Rows. |
|
SummaryTableId |
An unique Id assigned to this Summary Table when it is added to an ISSummaryTables collection. |
|
TableClass |
The Table Class which can be used by renders to decide how best to display the table. |
|
Tag |
The Tag property can be used to attach another value or object to this object. |
|
TestMode |
Determines whether the Summary Table is operating in Test Mode. |
|
TextAfter |
Text to appear After this table that can be used by renders. |
|
TextBefore |
Text to appear Before this table (but after the Caption) that can be used by renders. |
|
TextRight |
Text to appear to the Right of this table that can be used by renders. |
|
WidthHintReport |
A hint about the Width at which to render this Table in a Report, e.g., "50%" or "6000" (6000 twips). |
|
WidthHtml |
The width to size this table to when rendering as HTML, e.g., 30em or 50% or auto. |
|
WordDocumentOptions Read-Only |
Options to use when inserting into an Word Document (ISWordDocument). |