master header

Stimulsoft Ultimate discussion
Post Reply
RVM
Posts: 4
Joined: Thu Dec 27, 2012 6:19 pm

master header

Post by RVM »

Hi all,

I'am new on this software and have a question.

is it possible to have different reports and the header of this reports are a master header report.
so you can use the header report for different reports.

kind regards
RVM
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: master header

Post by HighAley »

Hello.

Please, read the 3.28 Report Inheritance section of the Stimulsoft Reports Universal User Manual.

Thank you.
RVM
Posts: 4
Joined: Thu Dec 27, 2012 6:19 pm

Re: master header

Post by RVM »

Do you have a working VB.Net example with this feature ?
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: master header

Post by HighAley »

Hello.

Here is a sample code in VB.NET:
Dim masterReport As New StiReport()
masterReport.Load("d:\master-detail.mrt")
Dim report As New StiReport()
report.RegData(dataSet)
report.MasterReport = masterReport.SaveToString()
report.Design()
Thank you.
RVM
Posts: 4
Joined: Thu Dec 27, 2012 6:19 pm

Re: master header

Post by RVM »

thanks you Aleksey,
Now i have a working part.
thanks a lot
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: master header

Post by Alex K. »

Great!
Let us know if you need any additional help.
RVM
Posts: 4
Joined: Thu Dec 27, 2012 6:19 pm

Re: master header

Post by RVM »

Back from holiday...
Now we want to add after the 'master-detail' report a detail report and a footer
do you have also a example for this
kind regards
Roger
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: master header

Post by HighAley »

Hello.

Maybe we didn't exactly understand your problem.
Maybe the Master-Detailed Reports or Interactive Reports section of our Demo will help you.
Could you describe it more detailed?

Thank you.
Post Reply