Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to get report parameter by pasing multiple paramters values SSRS

i m using ReportingService2005 webservice to get report parameter , but i want to get parameter by passing multiple values for same parameter like i have 3 values of one field to which i want to filter other parameter record

GetReportParameters(ReportPath, null, false, values, null);

here value is ParameterValue object , and this have name and value property

that means it take one value for each parameter

can any one tell me how can i set multiple parameter values in GetReportParameters()

thanks in advance

like image 729
Aman Avatar asked Nov 21 '25 22:11

Aman


1 Answers

Create an array of ParameterValue objects, and pass this array to the GetReportParameters method.

This article has information on using GetReportParameters to retrieve values of cascading parameters.

like image 186
Bryan Avatar answered Nov 24 '25 14:11

Bryan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!