Page 1 of 1

Dynamic Master-Detail columns in report

Posted: Tue Dec 22, 2015 7:52 pm
by dioneip
Hello Stimulsoft friends!

I have a question about dynamic columns in reports made in Stimulsoft.

I use the .net version and must do the following:

1 - Create a dynamic Master-Detail Report;

How will this dynamic?

2 - As the SQLQuery returned data, I will have more or less columns to present hypertext in the report. I can get up to 25 columns (field) to be displayed.

This item two, corresponding to master level and detail level, ie:

1 SQL return a master with 5 speakers and a detail with two columns.
2nd SQL return a master with 3 columns and 20 columns detail.

How to go to the edges of the columns work in this dynamic format?


Does anyone have an idea how to prepare this report?

Re: Dynamic Master-Detail columns in report

Posted: Wed Dec 23, 2015 11:42 am
by Alex K.
Hello,

As a way, in this case you can create report from code of your project.
Please see the sample project in the attachment.

Thank you.