Posted 23 April 2018, 12:53 am EST
I’m utilising C1FlexViewer to present some SSRS reports. the clicks a row in a flexgrid to display a report, the row values are to be used to populate the SSRS report values. So for instance, a report has two parameters Devicetype and Device, Device is dependant upon devicetype. A grid lists all the devicetype/devices combinations, the user clicks a row and the report is displayed using that rows devicetype and device.
I can’t figure out how to pass the report parameter values to the FlexViewer control.
Can you provide some hints, or even a sample please.