Page 1 of 1

Creating a StiTable

Posted: Mon Jan 07, 2013 5:12 pm
by simgschw
Hi,

I am a newbie to Simulsoft. I want to create a stitable with, let's say 3 columns and 6 rows. After creating this table with fixed size I want to loop through the cells to insert some text. In Adition i want to join/merge some cells like this:
the table should look like this
the table should look like this
table_looklike_1.PNG (11.26 KiB) Viewed 940 times


This tasks should not be done in the editor. I want to code these in C#.

Can anyone help me out of this misery?

Thanks in advance

Re: Creating a StiTable

Posted: Tue Jan 08, 2013 2:15 pm
by HighAley
Hello.

You could create a report like you need in our Designer and then look at the Code tab. You will see there code that you need.

Thank you.