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:

oOutput.BeginTable(100,colWidthList,Constants.C_BLACK,Constants.C_WHITE, Constants.FMT_LEFT, 0); oOutput.TableRow(....); oOutput.TableCellF(....); oOutput.TableCellF(....); oOutput.TableRow(....); oOutput.TableCellF(....); oOutput.TableCellF(....);   Thanks.

 or register to reply.

Notify Moderator