Versions Compared

Key

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

...

Info
iconfalse

Quick video tutorial

How to Use

Creating Callback Function

To use this feature, you will need to add a callback function into ClientMain Class that is called every time the DataGrid is modified.

...

It is possible to dynamically color the Table Cells using the input parameters of the Callback Function. You can filter by ColumnName and Rows.

Callback Function Usage

The code below shows an example of how this feature can be implemented.

...

The new Colored DataGrid is added into the Report following the same logic as before.

Report with Colored DataGrid

You will need to insert a table, with the correct number of columns and only TWO rows. In the first column you will write the text that will appear as Column Name in the printed report.

...

How to add a Table to a Report.

Additional Information

Since the callback function is placed into ClientMain Class, the Reports containing DataGrids will only be colored if the Report is being saved in one of the following methods:

...