Hi, all.
We are using infragistics pdf exporting.
After that I exported the data of the grid to the PDF file I see that the boolean values show as the check symbols.
Is there an opportunity to transform the boolean values to custom representation(view).
Thanks in advance.
You might be able to modify the report in the CellExporting or CellExported events. What do you want to change the checkbox to?
It's not clear where it's possible to set transformation in the CellExporting or CellExported events.
If the value equals to true I want to display 1 otherwise 0.
Thanks