Could you please tell me if there is a way to pass a parameter of boolean type from reporting services to PL/SQL? I tried using data type boolean in PL/SQL and that is not allowing me to create the dataset.
My report has a radio button, asking for the sort order asc or desc. I was thinking of sorting it from the procedure side. My report does not have any grouping. Can I sort the table using this value on the SSRS side itself?