TRVCrossTab.TextForEmptyCells

<< Click to display table of contents >>

TRVCrossTab.TextForEmptyCells

Specifies a text to insert in empty cells instead of their content.

property TextForEmptyCells: TRVUnicodeString;

If a cell in a cross-tab column does not correspond to any record of data, this cell is cleared, and TextForEmptyCells is inserted in this cell.

The same processing may be made for summary columns, if Items[].ClearEmptySummaryCols = True.

Default value:

'' (empty string)

See also

Definitions of Report Workshop terms