Nested Report
Nested Report
Hello Stimulsoft Team
I need to know, is it possible to open one report in another report?
Thank you.
I need to know, is it possible to open one report in another report?
Thank you.
Re: Nested Report
Hello,
Please try to use the SubReport component in which specify on another report file.
Thank you.
Please try to use the SubReport component in which specify on another report file.
Thank you.
Re: Nested Report
Thank You for the reply
Is it possible to give me an example about this?
Is it possible to give me an example about this?
Re: Nested Report
Hello,
Please see the attached screenshot.
Thank you.
Please see the attached screenshot.
Thank you.
- Attachments
-
- Capture.PNG (40.15 KiB) Viewed 5574 times
Re: Nested Report
Thank you,it was realy helpful.
I have another question about this topic,I want to use Drill Down . I have a report which name is "Report1" .
"Report1" has 2 variable ,I need to open another report which name is "Report2"."Report2" has 3 variable.
when I click on a text of databand in "Report1" the "report2" will be shown(by using drill down).
how can I set "Report2" variables by using"Report1" variables?

I have another question about this topic,I want to use Drill Down . I have a report which name is "Report1" .
"Report1" has 2 variable ,I need to open another report which name is "Report2"."Report2" has 3 variable.
when I click on a text of databand in "Report1" the "report2" will be shown(by using drill down).
how can I set "Report2" variables by using"Report1" variables?
Re: Nested Report
Hello.
You should use Drill-Down Parameters.
Please, read the Drill-Down Parameters section of the Stimulsoft User Manual.
Thank you.
You should use Drill-Down Parameters.
Please, read the Drill-Down Parameters section of the Stimulsoft User Manual.
Thank you.
Re: Nested Report
Hello,
In this case, you can add the Parameters for SubReport component, use your variable as Expression and use the following expression in the second report:
Thank you.
In this case, you can add the Parameters for SubReport component, use your variable as Expression and use the following expression in the second report:
Code: Select all
this["Parameter1"]
- Attachments
-
- Capture.PNG (11.79 KiB) Viewed 5561 times
Re: Nested Report
Thank you for the reply.
I didnt understand.
In first report I should Set the parameter for the drill down report and in the second report I should set the variable by the parameter?
In attachment I show what I exactly need.I will be very thank full if you give me a solution.
I didnt understand.
In first report I should Set the parameter for the drill down report and in the second report I should set the variable by the parameter?
In attachment I show what I exactly need.I will be very thank full if you give me a solution.
- Attachments
-
- Parameter.png (17.57 KiB) Viewed 5559 times
Re: Nested Report
Thank You For the reply
In attchment I send another image which make my problem more understandable.
I need to set "VarPeriodRefMain" from Report2 by the value of "VarPeriodRef" in Report1,I dont khnow in drilldown report how can I do it?
Thank you for your patience in answering my questions.
In attchment I send another image which make my problem more understandable.
I need to set "VarPeriodRefMain" from Report2 by the value of "VarPeriodRef" in Report1,I dont khnow in drilldown report how can I do it?
Thank you for your patience in answering my questions.
- Attachments
-
- ReporVariable.png (27.31 KiB) Viewed 5555 times