How to create master-detail report

Stimulsoft Reports.NET discussion
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to create master-detail report

Post by HighAley »

Hello.

It's not clear what problems do you have with this report.
Could you describe your issue more detailed?

Thank you.
stvhui
Posts: 51
Joined: Wed Apr 22, 2009 3:12 am

Re: How to create master-detail report

Post by stvhui »

Hi Aleksey

I had attached the VB code, data and report at previous discussion.

Please download WindowsApplication6.zip

Thanks & Regards,
Steven
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to create master-detail report

Post by HighAley »

Hello, Steven.

If you will run Designer you will see your problem.
At first you should set TableName:

Code: Select all

dt1.TableName = "dt1"
dt2.TableName = "dt2"
Then you should clear data souorces before registering your DataTables:

Code: Select all

rpt.Dictionary.DataSources.Clear()
Thank you.
Post Reply