Data grid section

BrowseName: DataGridSection
SuperType: Data grid (DataGrid)

Section of a Report object that contains a Data grid.

Properties

Name

BrowseName

DataType

Description

HorizontalAlignment

HorizontalAlignment

VerticalAlignment

VerticalAlignment

Width

Size

Height

Size

LeftMargin

Size

RightMargin

Size

TopMargin

Size

BottomMargin

Size

Enabled

Boolean

Rotation

Size

Opacity

Float

SelectedItem

NodeId

Columns

Collection of ReportDataGridColumn

(Inherited from Data grid)

Model

Model

NodeId

Reference to the information model or database from which to obtain the data
(Inherited from Data grid)
Query

Query

String

Standard SQL query to filter the data of interest. It can be used both to filter data from a database and to filter data obtained from a node-based model. In case of a node-based model, the SELECT * FROM Model part is mandatory, followed by the WHERE clause with which to indicate the search conditions - e.g.: SELECT * FROM Model WHERE Speed > 40.
(Inherited from Data grid)
UI selected item

UISelectedItem

NodeId

(Inherited from Data grid)

Allow deselection

AllowDeselection

Boolean

(Inherited from Data grid)

Sort column

SortColumn

NodeId

Default sort column
(Inherited from Data grid)
Sort order

SortOrder

SortOrderEnum

Default sort order, ascending or descending, of the elements
(Inherited from Data grid)
ViewModels

ViewModels

Object

(Inherited from Data grid)

Visible

Visible

Boolean

Show/hide the window.
(Inherited from Element)