Restriction being passed from main report to another #103
sridharkannan77
started this conversation in
General
Replies: 1 comment
-
I have checked the code, and it looks that restrictions of the report are not propagated to the sub-report.
Thus, it could be a feature request for a future version of Seal Report to allow (or not) this propagation. You may try to add restrictions values to the link.Href property (e.g. for a simple subreport: rpa=%25SEALREPOSITORY%25%5cSubReports%5cEmployee+Detail.srex&dis=Buchanan&res1=34215f49-e6a5-45e8-bfb8-d51c3a8f0033&val1=5) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a report which displays the following
The number on the first column and 1st row is "9". This column is an aggregate column. On clicking of this number, I have to pass the restriction values shown at the top and also the value "SAL" and the value "0 - 28 Lacs" which is displayed above the number "9". These are all paameters that needs to be passed to the second report.
I have created another report in the "reports" folder itself and am using the following script which is written in the cell that displays "9"
@{
ResultCell cell = Model;
}
Now there are 2 questions
Any response or any link that does a similar thing will be highly appreciated
Beta Was this translation helpful? Give feedback.
All reactions