Element Details: Subdata+Multi-Column+List
 Back


Available in: Logi Info Source code name: SubDataMultiColumnList

Displays data in a multi-column list or grid format from child records of a hierarchical rowset. You pick the number of columns, and each row will be displayed in a single cell. The number of rows displayed will be the number of rows in the data, divided by the number of columns.

You can create the necessary hierarchical data in one of two ways:

1) Add a GroupFilter under the DataLayer with Hierarchical="True" and KeepGroupedRows="True".

2) Add a SubDataTable under a DataTableColumn. Below that, add a SubDataLayer with a DataLayer and SubDataLayerRelationColumn.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
Caption
UserDefined
The Caption attribute identifies the text to be displayed. For Image elements, Caption specifies the image filename.
CaptionClass
UserDefined
For Input elements, this is style sheet class that will be applied to the input element's caption. Leave this value blank unless you want the Caption to have a different class than the input element. For tables, Caption Class sets the class for the table's caption, which appears as a header above the table.
Class
UserDefined
Sets the Cascading Style Sheet class used by the element. When set, this class will also be used by all child elements that don't have their own class. The class should be defined in the report's style sheet file.
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
MultiListColumns
UserDefined
Sets the number of columns.
MultiListDirection
Down
Across
Determines how information is laid out in the Multi-Column List. "Across" places records in cells from left to right for the appropriate number of columns, then moves down to the next row. "Down" places records from top to bottom for each column. The default is "Down".
TableBorder
UserDefined
Draws a border around the table. Set this value to the number of pixels of the border width. A value of 1 draws a thin border.
Width
UserDefined
The width of the element.
WidthScale
px
%
The width scale of the element. Value can be "px" for pixels, or "%" for percentage of the available width.



PARENT ELEMENTS

Click element to drill down for more information.

Data Table Column More Info Row More Info Row Column


CHILD ELEMENTS

Click element to drill down for more information.

Bullet
Button
Conditional Class
Division
HTML Tag
Image
Label
New Line
Popup Panel
Row
Space
Subdata Layer
SubReport


 Back to top


 Chart Debug