Displays data of Boolean data type.
Remarks
This is a control intended for displaying True or False values in a report. True value is represented with a checked control. False value is represented with unchecked control.
To add CheckBox to a report
- In Solution Explorer open the desired MxReport component by double clicking it.
- Open Toolbox window and expand DX:Reports.vX.X section.
- Select XRCheckBox control and drag it to the desired band.
- In property Text define the text displayed in the control.
- Set other properties to define the appearance, behaviour, data, etc.
To learn more about the control, how to implement it and use it see Developer Express documentation.