User-331009151 posted
Hi all, I am building an MVC / Web API site that has been suitable for many platforms. Part of the app uses SSRS for reporting. I cannot,, and wouldn't want to, use the regular ReportViewer control so I am using the SSRS SOAP clients to get a reports parameter
definitions and applicable query based data. With this data I will be building a custom report viewer UI from this parameter data. What I cant quite figure out is how to work if a parameter field is a text input only field, dropdown list, multi-select dropdown
list or a date/calendar input. However the date one is quite easy I suppose by looking at the data type. I am assuming that I need to check for a multiple combination of properties but not sure what that combination is, can anyone help?