|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, January 21, 2013 7:35 PM
Points: 3,
Visits: 74
|
|
Dear All I create reporting service with store procedure with parameter @BeginDate @EndDate. I run in visual studio I can find calendar control and it can display data but when I deploy and run on report server it could not show calendar control and error sqldatetime overflow when I input date what I mistake.
Report in visual studio.

when I deploy in reporting services.

when I input date in reporting services.

when I input date in visual studio.
|
|
|
|
|
UDP Broadcaster
      
Group: General Forum Members
Last Login: Monday, May 20, 2013 1:53 AM
Points: 1,474,
Visits: 2,342
|
|
Check in Reporting Services properties (Parameters tab) that the parameter Data Type is DateTime - I'm not sure that RS overwrites the parameter types/defaults of an existing report.
Cheers
|
|
|
|