Tuesday, 21 February 2012

Deploy RDL files using Report Manager


In this post I’ll describe how to deploy RDL files using Report Manager (more oftenhttp://localhost/Reports or http://localhost/Reports$SQLExpress).
Note: This description applies to the situation where Microsoft SQL Server is used.
  1. Go to Report Manager
  2. Too keep all clean, you can create a folder in which you will keep all your reports
  3. Create the data source, if not yet existing, by selecting the New Data Sourcelink.
    • Specify Microsoft SQL Server as the Connection Type.
    • Specify the database Connection String as follows:
      data source=[Name of database server SQL Instance];initial catalog=[Name of database]
    • Connect Using the Credentials stored securely in the report serverand specify the user name and password used to connect to SQL Server instance installed in the database server.
      ssrs config3 350x303 Reporting Services   deploying RDL files
      Datasource configuration
  4. Upload the report by selecting the Upload File link and navigate to the RDL file stored in the system.
  5. Using Show Details view, edit the uploaded reports by selecting the Edit link.
  6. Under the Data source link, assign the previously created shared datasource as the source of data for the report.
    Note: The “Apply” button needs to be selected to apply the changes made for the report.
 Reporting Services   deploying RDL files

  • Reference:

    http://blog.infotoad.com/post/2009/06/30/Create-a-Custom-Palette-for-Charts-in-Reporting-Services-2008.aspx


No comments:

Post a Comment