Page 1 of 1

Changing the structure of a table dynamically

Posted: Fri Feb 10, 2023 8:09 pm
by andreubatuba
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.

Re: Changing the structure of a table dynamically

Posted: Mon Feb 13, 2023 10:56 pm
by Lech Kulikowski
Hello,

Please check the following sample:
https://www.stimulsoft.com/en/samples/r ... at-runtime

Thank you.