A report data model consists of data items. This topic lists the properties for data items.

Properties

The following table lists the properties for data items. For more information, see C/SIDE Reference Guide.

Property Description

DataItemIndent

The indentation level, which can be set in the designer when creating data items.

DataItemTable

The table that the data item is based on, which can be set in the designer when creating data items.

DataItemTableView

The key, sort order, and filters to apply.

DataItemLinkReference

The DataItemVarName of a less-indented data item that this data item will be linked to.

DataItemLink

Link between the current data item and the data item specified by DataItemLinkReference.

NewPagePerGroup

Determines whether each group should be printed on a separate page.

NewPagePerRecord

Determines whether each record should be printed on a separate page.

ReqFilterHeading

The caption for the request form tab that relates to this data item. The default is the name of table that the data item is based on.

ReqFilterHeadingML

Translation of the caption for the request form tab.

ReqFilterFields

Name of the fields that will be included in the request filter form.

TotalFields

Name of the fields for which totals will be calculated.

GroupTotalFields

Name of the fields that will be used for grouping data.

CalcFields

Name of the fields that will be calculated after a record has been retrieved.

MaxIteration

Maximum number of data item loop iterations.

DataItemVarName

Name of record as a variable. The default is the name of table that the data item is based on.

PrintOnlyIfDetail

Print item only if sublevels generate output.

See Also