DataSet to multiple subreports inside a main report

Stimulsoft Reports.NET discussion
Post Reply
Lug16
Posts: 9
Joined: Mon Nov 15, 2010 8:03 am

DataSet to multiple subreports inside a main report

Post by Lug16 »

Hi everyone:

I would like to send a couple of DataSets(or DataTables) to a Report that has a couple of subreports inside. How can I Bind different datasets(datatables) to differents subreports inside a main report in Visual Studio 2008.?:blush:

Thanks in advice.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

DataSet to multiple subreports inside a main report

Post by Alex K. »

Hello,

You can simply add all the datasets to the report dictionary. They will be available both on the main page and in sub-reports.
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.
Lug16
Posts: 9
Joined: Mon Nov 15, 2010 8:03 am

DataSet to multiple subreports inside a main report

Post by Lug16 »

Ok! it is done...:grinder:

Just one more question. I have inside the text html tags like () that I want to change them to break lines (/n)... How can I do that?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

DataSet to multiple subreports inside a main report

Post by Alex K. »

Hello,

You can use the following expression

Code: Select all

{"Sample \n string"}
Please see the sample report in attachment.

Thank you.
Attachments
698.SampleReport.mrt
(6.15 KiB) Downloaded 418 times
Lug16
Posts: 9
Joined: Mon Nov 15, 2010 8:03 am

DataSet to multiple subreports inside a main report

Post by Lug16 »

It Works perfectly... thanks :biggrin:
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

DataSet to multiple subreports inside a main report

Post by Andrew »

Great!

Have a nice day!
Post Reply