views:

251

answers:

1

I have created one report in SSR with two input parameters . FromDate and ToDate . Both fields i declared as DATETIME and i checked the option to allow NULL for both of these values . So in the reports one NULL CHECKBOX is coming along with this parameters . and when i click on the link , the report is automatically loading for NULL inputs ( without asking user to enter anything ) . Is there any way to avoid this initial load for null values and to avoid the NULL CHECKBOX in the Reort ....?

A: 

when you add a parameter to your report, you can specify that your parameter can give blank value, null value or multiple values. you must set this setting for your parameters in report.

if you have an application that pass parameters to your report, you can pass DateTime.MinValue as input parameter instead of null values.

masoud ramezani