Clipped text issue
Exporting to PDF a table "DBCrossView" with the cell set as CLIPPED = TRUE, I get an output similar to the attached image, with the text partially cut, even if the cell is high enough!
Putting the property to FALSE, the problem is solved, but unfortunately in design becomes difficult to manage the grid, because the formulas entered in each cell are rather long, protruding from the cells value and generate a considerable confusion!
Is there a way to fix this without turning false the clip property and without resizing the cell vertically?
Putting the property to FALSE, the problem is solved, but unfortunately in design becomes difficult to manage the grid, because the formulas entered in each cell are rather long, protruding from the cells value and generate a considerable confusion!
Is there a way to fix this without turning false the clip property and without resizing the cell vertically?
Comments
You might try to use clipped = true in designtime, and then set it to false by code when the report is executed.
Petter
Thanks for good suggestion!