I have two SQL SERVER (SSRS 2012) reports. I have created a hyper link from the parent report to a child report that is filtered to the @StartDate, @TraceID.This works fine. In Child report I am not able to change the values of the parameters, its taking the values which are coming from the parent report.
Parent report has two parameters as @StartDate and @EndDate
Child report has 2 parameters as@StartDate, @TraceID, all the 2 parameters are cascading parameters.
This feature is working fine in SSRS 2008 but it’s not working in SSRS 2012.
Please help me to fix this bug. Thanks in advance
Venkat