subreport documentation

Stimulsoft Reports.NET discussion
Post Reply
brillox
Posts: 4
Joined: Tue Oct 17, 2006 2:45 am
Location: Dundee

subreport documentation

Post by brillox »

WHere I can find full documentation of sub report creation with or without parameters ?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

subreport documentation

Post by Edward »

Hi

All documentation we have at the moment is available here:

http://stimulsoft.com/Documentation.aspx

Actually sending parameters into report is a very simple task. You define a variable in the Dictionary and then pass a value to this variable as follows:

report["myVariable"] = "myValue";

If you need a parent-child relationship for your reports, please see "Master-Detail" group of reports in the Demo.exe application. Also there is a "Subreports" group too.

Please see attached examples on how to work with subreports.

Feel free to explain your task, we will try to help you to solve your task.

Thank you.
Attachments
280.SubReportsExternal.zip
(34.7 KiB) Downloaded 150 times
Post Reply