Versions Compared

Key

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

...

The result achieved by the example code is presented in the image below.

Colored Sample Table.

 

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

...

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 the column name in the printed report.

In the second column, you will write the correct Column Name as column name that is in the Databasedatabase.

How to add a Table to a Report.

Additional Information

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

  • Using the SaveCommand method in CodeBehind.
  • Using the SaveCommand method in a Task with Client Domain.
  • Using a Tag into tag in the Report SaveTrigger

Report save properties.