Page 1 of 1
subreport documentation
Posted: Sun Nov 29, 2009 5:57 pm
by brillox
WHere I can find full documentation of sub report creation with or without parameters ?
subreport documentation
Posted: Mon Nov 30, 2009 11:44 am
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.