Changing the structure of a table dynamically
Posted: Fri Feb 10, 2023 8:09 pm
Hi, I would like to manipulate a table dynamically. Like, for example, adding or removing rows, hiding columns, etc.
I tried using the code below in the report's Redenring event:
Table1.InsertColumnToLeft(0);
Table1_Cell1.TextValue = "Test";
However, nothing happened when previewing.
What could I be doing wrong?
Thanks.
I tried using the code below in the report's Redenring event:
Table1.InsertColumnToLeft(0);
Table1_Cell1.TextValue = "Test";
However, nothing happened when previewing.
What could I be doing wrong?
Thanks.