OLE control properties are the primary means of interacting with OLE controls. Properties, much like OI control properties, describe the persistent attributes of the control, that is, attributes having some meaningful value for the entire life of the control. Like OI control properties, OLE control properties are manipulated using the Get_Property and Set_Property routines. The following properties apply to the SRP ReportTable Control:
Property | Description | Version Introduced | Pro Version Introduced |
---|---|---|---|
AllowSubItemFocus | Determines if focus applies to whole row only or to individual row items. | ||
AlwaysShowSelection | Forces selection appear normally when table does not have focus. | ||
AutoPopulate | Temporarily disables auto updating. | ||
BackColor | The table's background color. | ||
Border | The controls's border style. | ||
BorderColors | Customizes the colors of an SRP ActiveX Control's border. | 3.0.4 | 3.1.0 |
ColumnAlignment | The alignment of the column's contents. | 3.0.2 | |
ColumnAllowDrag | Determines if the user can drag the column.l | ||
ColumnAutoSize | Determines if the column automatically sizes when the table resizes. | ||
ColumnAutoSortWhenGrouped | Determines if the column automatically sorts when placed in the grouping panel. | ||
ColumnCheckBox | Determines if the column has check boxes. | ||
ColumnCheckBoxAlignment | The alignment of the column's check boxes. | ||
ColumnCount | The number of columns in the table. | ||
ColumnDataSource | Determines which component of the column consititues data. | ||
ColumnFont | The font used to render of the column's data items. | ||
ColumnFooterAlignment | The alignment of the column's footer. | ||
ColumnFooterDivider | Determines if the column's footer renders the right divider. | ||
ColumnFooterFont | The column footer's font. | ||
ColumnFooterFormat | The column footer's output format. | 3.0.8 | 3.1.4 |
ColumnFooterList | The list of all column footer values. | 3.0.8 | 3.1.4 |
ColumnFooterListFormatted | The list of all column footer values, formatted using the column footer's format settings. | 3.0.8 | 3.1.4 |
ColumnFooterText | The column footer's text. | ||
ColumnFooterTextFormatted | The column footer's text, formatted using the its format settings. | 3.0.8 | 3.1.4 |
ColumnFormat | The column's output format. | ||
ColumnFormula | The column's formula. | 3.0.4 | 3.1.0 |
ColumnFormulaFormat | The column's format for formulas. | 3.0.4 | 3.1.0 |
ColumnGroupable | Determines if the column can be grouped. | ||
ColumnHeaderAlignment | The alignment of the column's header. | ||
ColumnHeaderFont | The column header's font. | ||
ColumnHeaderText | The column header's text. | ||
ColumnHyperlink | Determines if the column has hyperlinks. | ||
ColumnImage | The column header's image. | ||
ColumnList | The list of all columns and their attributes. | 3.0.2 | |
ColumnMinWidth | The column's minimum width in pixels. | ||
ColumnOrder | Column indexes in the order they appear to the user. | ||
ColumnPosition | The column's position as it appears to the user. | ||
ColumnResizable | Determines if the user can resize the column. | ||
ColumnSort | The column's current sort direction. | ||
ColumnSortable | Determines if the user can sort the column by clickingon its header. | ||
ColumnTooltip | The column's tooltip to appear when hovering over its header. | ||
ColumnVisible | Determines if the column is visible to the user. | ||
ColumnVisibleCount | The number of visible columns in the table. | ||
ColumnWidth | The column's width, in pixels. | ||
EmptyTablePrompt | The prompt that appears when the table has no items. | ||
EnterKeyClickAmt | The number of clicks that are fired when the user presses the Enter key. | ||
FixedRowHeight | The custom height of all rows. | 3.0.5 | 3.1.1 |
Focus | The control's focus state. | ||
FooterVisible | Shows or hides the column footers. | ||
GroupOrder | The order in which columns are grouped for hierarchical display of rows. | ||
GroupPanelVisible | Shows or hides the panel to which the user can drag and rop columns. | ||
GroupRowsBold | Makes group row captions bold. | ||
HorizontalGridStyle | The style of horizontal grid lines. | 3.0.7 | 3.1.3 |
GroupRowContextMenuEnabled | Determines if right clicking on a group row fires an event or displays a standard context menu. | 3.0.5 | 3.1.1 |
GroupRowsShaded | Colorizes groups rows and renders their captions in white. | ||
HeaderVisible | Shows or hides the column headers. | ||
HorizontalScroll | Toggles display of a horizontal scroll bar. | ||
ImageList | All the images used by the report table. | ||
ItemCheckBox | Determines if an item has a check box. | ||
ItemChecked | An item's check box state. | ||
ItemHyperlink | Determines if an item's text is a hyperlink. | ||
ItemImage | Sets the image to appear next to the item's text | 3.0.5 | 3.1.1 |
ItemText | An item's text. | ||
ItemValue | An item's value. | ||
List | The entire data contents of the table. | ||
ListEx | The entire data contents of the table including group rows. | ||
ListExFormatted | The entire data contents of the table including group rows, formatted using the column format settings. | ||
ListFormatted | The entire data contents of the table, formatted using the column format settings. | ||
MultiSelect | Toggles on and off the ability to select multiple rows. | ||
PreviewMode | The mode used to show data previews beneath each row. | ||
ProgID | The control's ProgId/Class Name. | ||
RecordColors | The color settings of all records in the table. | ||
RecordList | The entire data contents of the table in it's original form, unsorted and not grouped. | 3.0.3 | |
RecordListFormatted | The entire data contents of the table in it's original form, unsorted and not grouped, formatted using the column format settings. | 3.0.3 | |
RowCount | The number of rows in the table. | ||
RowData | The data for a single row. | ||
RowExpanded | Determines if a row is expanded or collapsed. | ||
SelList | The data from all selected rows. | ||
SelPos | The list of indexes of the selected rows. | ||
SelPosOrdered | The list of indexes of the selected rows in selected order. | ||
SortOrder | The order in which columns are sorted. | ||
Theme | The theme used to render the report table. | 3.0.8 | 3.1.4 |
TopRow | The row that is scrolled to the top of the viewable area. | ||
Version | The control's version info. | ||
VerticalGridStyle | The style of vertical grid lines. | 3.0.7 | 3.1.3 |