c# - Filter with Multiple String Values -
i need pass array of string (product id) values parameters not available in rdlc parameters. not sure how results without passing array parameter.
example :
product id | name | stock ------------------------- abc0000001 | name1 | 50 abc0000002 | name2 | 60 abc0000003 | name3 | 15 abc0000004 | name4 | 50 abc0000005 | name5 | 60 abc0000006 | name6 | 15
above report returns data. need give client option pick specific ids, generate report , save pdf/excel/etc..
is there way achieve without parameters? or how can pass array of strings parameter?
Comments
Post a Comment