rbWiki > Design > Formatting > Displaying Boolean Field Values

Displaying Boolean Field Values

Table of contents
No headers

Formatting boolean data fields with ReportBuilder can be performed using either of the following techniques:

  1. Specify a value for the TppDBText.DisplayFormat property.
  2. Example:

    DBText1.DisplayFormat := 'True;False';
  3. Specify a value for the TField.DisplayValues property of the dataset.
  4. Example:

    TField1.DisplayValues := 'Yes;No;'

    Note: If you have TField.DisplayValues assigned, please do not assign DBText.DisplayFormat.

Tags
none

Files (0)

 
You must login to post a comment.