i want to make a report like this

Stimulsoft Reports.NET discussion
Post Reply
hellishcorp
Posts: 1
Joined: Mon Aug 30, 2010 9:30 am
Location: USA

i want to make a report like this

Post by hellishcorp »

hello, i have 1 problem to make a report
i wan to make report like crosstab, we have rows and columns that is dynamic,sometimes may we have 3 columns or 6 columns, but we have many rows,
how we can make this customize report?
my report have two part, constant or static part and dynamic part
i show them in this picture
Image

may you help me?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

i want to make a report like this

Post by Alex K. »

Hello,

We have some ideas for how to do it. Can you please send us a sample data for finding a simple solution.

Thank you.
m0
Posts: 3
Joined: Wed Nov 16, 2011 9:23 am
Location: Minsk

i want to make a report like this

Post by m0 »

Hello. my task is similar to the subj. The solution i came up with is dynamically adding fields to the datasource and to the databand and header. Then i simply register data (ado.net datatable). Is this optimal solution, or there is better one?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

i want to make a report like this

Post by HighAley »

m0 wrote:Hello. my task is similar to the subj. The solution i came up with is dynamically adding fields to the datasource and to the databand and header. Then i simply register data (ado.net datatable). Is this optimal solution, or there is better one?
Please, look at the attachment. There is a sample project of dynamical creation of report.

Thank you.
Attachments
1536.DynamicCreateReport.zip
(15.46 KiB) Downloaded 224 times
Post Reply