Is there anyway to pass an optional parameter value as null in SSRS reports without using :isNull=True in Report URL.??
- I want to generate a SSRS report by firing the URL from the front end application.
- I will give two inputs as mandatory and another one is optional.
- if optional input is not given, then the query should be refined accordingly
I want to pass Report URL as "http://localhost/ReportServer/Students+Reports/&RollNo=1234&Name=John&Dept=null&rs:Format=PDF&rs:Command=Render"
I don't know whether I am asking silly or not. Please Help me out. Thanks in advance