Page 1 of 1

master header

Posted: Thu Dec 27, 2012 8:05 pm
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

Re: master header

Posted: Fri Dec 28, 2012 8:02 am
by HighAley
Hello.

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

Thank you.

Re: master header

Posted: Fri Dec 28, 2012 11:55 am
by RVM
Do you have a working VB.Net example with this feature ?

Re: master header

Posted: Sat Dec 29, 2012 7:45 am
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.

Re: master header

Posted: Sat Dec 29, 2012 4:14 pm
by RVM
thanks you Aleksey,
Now i have a working part.
thanks a lot

Re: master header

Posted: Sun Dec 30, 2012 9:26 am
by Alex K.
Great!
Let us know if you need any additional help.

Re: master header

Posted: Sat Jan 12, 2013 8:47 pm
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

Re: master header

Posted: Mon Jan 14, 2013 10:43 am
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.