Hi All,
How can I change the height of a row in a table in a Report?
I'm creating tables with reports for word-output.
For example like this way:
Hi All,
How can I change the height of a row in a table in a Report?
I'm creating tables with reports for word-output.
For example like this way:
Hi,
if you are generating a word-document, I don't think that you can... But you could enter additional line breaks (also e.g. with size 2 font) so the height of the row will increase automatically.
oOutput.TableRow(...)
oOutput.TableCellF("", ...)
oOutput.OutputLnF("", ...)
oOutput.OutputLnF("The text for the row itself", ...)
oOutput.OutputLnF("", ...)