How to upload rdl programmatically

Hey everyone

I have a requirment here. I create a report that works fine in my local machine. But I want to keep this in a server so that every body can access it. How do I do that any clues please.How to set that what are steps to do that ?

[245 byte] By [Nirad] at [2007-12-16]
# 1
Did you install SQL Server Reporting Services? This is a server component of SQL Server that does exactly what you are asking. Are you using SQL Server 2005?
BrianWelcker at 2007-9-9 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 2
yes I install reporting services and when I run the report it works fine but I am wondering is there any walkthrough to how to see thw report in web services.
Nirad at 2007-9-9 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 3
If you have installed Reporting Services on your server, then go to http://localhost/reports and you can upload the report (.RDL file). From there others can access the report and enter the required parameters to view the report.
KevinEE at 2007-9-9 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 4
Hi,
I want to upload an rdl file programmatically. Is there anyone who can help me?
Thanks.
CengMAT at 2007-9-9 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 5
You need to call the SOAP API CreateReport
TudorTrufinescu at 2007-9-9 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 6
thanks but I have another question.
now I need to create subscription for a report. there is a method called createsubscription. but I don't know the values of parameters. in msdn documents, it says

extensionParams[0] =
new ParameterValue();
extensionParams[0].Name =
"ReplyTo";
extensionParams[0].Value = "reporting@microsoft.com";

for example.
but how do we know that the name should be "ReplyTo". Are these names discribed somewhere? if so, where? if not, what should we write for each parameter.
I should prepare aspx pages as same as the reporting server web interface. but I do not have enough info.is there a web page that has detailed info other than msdn?
thanks for your help.
CengMAT at 2007-9-9 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...

SQL Server

Site Classified