Posted 29 November 2021, 3:06 am EST
Hi Said,
This is not directly possible in FlexReport.
As a workaround, you can use the SuperLabel field and the GetScriptObject event to provide formatted HTML values for that field of each record.
You can assign an unknown variable as the Text of the SuperLabel field using the Details.OnPrint script and when the Report will encounter these unknown variables, it will fire the GetScriptObject event if the ExposeScriptObjects property of the Report is true. You can then provide custom values and show data as you want.
Please refer to the sample attached.
Regards
Avnish
FR_FormatText.zip