Hello.
It's not clear what problems do you have with this report.
Could you describe your issue more detailed?
Thank you.
How to create master-detail report
Re: How to create master-detail report
Hi Aleksey
I had attached the VB code, data and report at previous discussion.
Please download WindowsApplication6.zip
Thanks & Regards,
Steven
I had attached the VB code, data and report at previous discussion.
Please download WindowsApplication6.zip
Thanks & Regards,
Steven
Re: How to create master-detail report
Hello, Steven.
If you will run Designer you will see your problem.
At first you should set TableName:
Then you should clear data souorces before registering your DataTables:
Thank you.
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"
Code: Select all
rpt.Dictionary.DataSources.Clear()