Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By default, the only way to interface with the check box's value is to use the ItemChecked property. However, you can use the ColumnDataSource property to tell the report table that the check box is a data source. When you do this, you can set the check box value using the List property.

You can hide and show check boxes on a per item basis using the ItemCheckBox property.

Example

Code Block
// Check boxes on column 2, please 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnCheckBox[2]", 1)

See Also

ColumnDataSourceItemCheckBox