Hi All,

I am trying to "manually" deploy a report to my Reporting Services Server
using Report Manager.
Basically, I used the Business Intelligence Development Studio to create my
report. After that, I have tried to upload my report using Report Manager.
Namely, I tried to do an "Upload File" of the .RDL file. The report itself
showed up correctly but when I invoked it, I noticed that it does not
provide the two datetime parameters that I specified as needed in my report.
Basically, my report consists of running a stored procedure that takes two
datetime parameters. When I preview the report, it does contain the two date
time parameters that the user can populate and works correctly. But as I
said, when I manually upload it to the server, it does not. I also tried to
upload the .data file associated with my report but that didn't change
anything.

BTW, I have created other reports that call stored procedures and that
require 2 datetime parameters and they all worked correctly. The difference
was that I used the "Deploy Report" option in Business Intelligence
Development Studio rather than manually uploading the .RDL file.

Am I missing something?

Thanks!