Dynamic Master-Detail columns in report

Stimulsoft Reports.NET discussion
Post Reply
dioneip
Posts: 3
Joined: Mon Jun 22, 2015 11:17 pm

Dynamic Master-Detail columns in report

Post 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?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Dynamic Master-Detail columns in report

Post 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.
Attachments
CreateReportInCode.zip
(11.73 KiB) Downloaded 127 times
Post Reply