TRVReportTableCellData.Name

<< Click to display table of contents >>

TRVReportTableCellData.Name

A name of this cell.

property DataQuery: TRVUnicodeString;

A name allows data fields to refer to data produced by an application this cell's DataQuery. Also, it makes it easier to identify a cell in the report generator events, such as OnDataQueryProgress.

A name is optional: if it is omitted in a data field, results of the most recent query processor (for a table rule or a cell) is used.

A direct assignment to this property cannot be undone by the user. Use Table.SetCellName to assign a new value to this property as an editing operation.

Default value:

'' (empty string)

See also

Definitions of Report Workshop terms

TRVRowGenerationCustomRule.Name