Programmally Generate report

Stimulsoft Reports.WEB discussion
Post Reply
ringo
Posts: 23
Joined: Mon Jun 15, 2009 4:35 am

Programmally Generate report

Post by ringo »

Hi All,

I just wonder is there any sample code out there that can help me on the below requirement:

I have a Master-Detail type of report and the column to be gnereated in report is different depening on the info from Master table.

For example,

In Master record number 1, require to extract 3 columns from detail table
In Master record number 2, require to extract 5 columns from detail table

Based on the combination, ii might have over 50 different typs of report to be generated and instead of creating a fix template, I just wonder can I do it programmally.

I really wish there's some sample code out there can help me on the above so that I can cut short my time trying to study by myself.

Many thanks in advance.

Ringo
Brendan
Posts: 309
Joined: Sun Jul 16, 2006 12:42 pm
Location: Ireland

Programmally Generate report

Post by Brendan »

Hi

Have a look at the 'RuntimeBuildReport' Sample project that comes packaged with the StimulReports installation.
ringo
Posts: 23
Joined: Mon Jun 15, 2009 4:35 am

Programmally Generate report

Post by ringo »

Brendan wrote:Hi

Have a look at the 'RuntimeBuildReport' Sample project that comes packaged with the StimulReports installation.
Hi,

Thanks for reply.

I don't see the sample project you menitioned above. Btw, I'm using the Reports.Web.2009 version. Any idea where to get the sample you mentioned above?

Thanks.
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Programmally Generate report

Post by Jan »

Hello,

You can get it in attachment.

Thank you.
Attachments
210.Sample.zip
(153.38 KiB) Downloaded 317 times
Post Reply