August 16, 2012 at 10:51 am
Hi All,
I've report that has 4 parameters, say ParA, ParB, ParC and ParD.
ParA is the main parameter upon which other parameters are dependent
If ParA = 'X' then the user should be able to select options from ParB and ParC (ParD should be hidden)
If ParB = 'Y' then the user should be able to select options from ParD (ParB and ParC should be hidden)
I really appreciate if someone could assist me with this.
Thanks in advance!
August 8, 2013 at 11:53 am
Hi,
By design, the parameters will be rendered while the report is processing. This means there is no option to hide a parameter at run-time :crying:.
I would suggest you implementing a custom parameter interface using ASP.NET, and then using Report Viewer control to display the report.
Please refer:
Thanks
September 30, 2013 at 8:30 pm
Agree with Snigdha. It's not supported in SSRS.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply