Creating a StiTable

Stimulsoft Reports.NET discussion
Post Reply
simgschw
Posts: 73
Joined: Mon Jan 07, 2013 1:34 pm

Creating a StiTable

Post 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 937 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Creating a StiTable

Post 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.
Post Reply