subreport documentation
subreport documentation
WHere I can find full documentation of sub report creation with or without parameters ?
subreport documentation
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.
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