Page 1 of 1

i want to make a report like this

Posted: Thu Jul 28, 2011 3:31 am
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?

i want to make a report like this

Posted: Thu Jul 28, 2011 8:13 am
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.

i want to make a report like this

Posted: Thu Dec 29, 2011 3:53 am
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?

i want to make a report like this

Posted: Thu Dec 29, 2011 8:31 am
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.