deploy reports programatically

  • hi......... to all

    i've created one ssrs report and i want to deploy in programatically.. in c#.net(.aspx page)

  • You can do this with the ReportViewer control that ships with .NET/VS. Create your .aspx page, drop a ReportViewer control on it (lives under the Data tab in the Toolbox by default). Specify "Remote" as the processing mode and point it to your reporting server and report name. YOu can programmatically supply any parameters required by the report. You may have to mess with credentials, depending on how your system handles security.

    I believe you can even have the report viewer programmatically render the report to a file that you can 'deliver' via a file download or email.

    Does that get you started?

    Rob Schripsema
    Propack, Inc.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply