Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

An a RDL file is an xml-based report definition file. In this tutorial we will assume the RDL was created in Visual Studio or Report Builder. If you are interested in creating RDLs with the OfficeWriter Designer, read Using MS Query in Excel to Design Reports.

  1. Open Microsoft Excel

  2. # Go to the OfficeWriter Designer tab and click Open Report

  3. # If your report defintion file was saved on a local or network drive, navigate to the folder containing the file, select it, click Open, and continue to Adding Fields to your report
    \ If your RDL file was deployed to Reporting Services, click the Retrieve on the bottom right corner of the dialog box.
    \\\

    #
  4. In the Report Browser dialog box, type in your report server's URL or Domain name and click Refresh. This will load all the available report folders into the list box. Navigate to your report file, select it, and click Ok.
    \\\

Adding Fields to Your Report

...

  1. Place your curse in the cell A2 and click inside it. This is where we will insert the data marker.
    #
  2. Click Data Markers on the Designer toolbar and locate your data set from the drop-down list.
    \\\

    #
  3. Hover over your data set to see the fields that are available.

  4. # Select the ProductId field to insert the data marker into cell A2. Your template should now look like this:
    \\\

    #
  5. Place your cursor in cell B2 cell and click inside it.

  6. # Click Data Markers again, hover over your data set, and select the Name field. Your template should now look like this:
    \\\

    #
  7. Place your cursor in cell C2 cell and click inside it.

  8. # Click Data Markers, hover over the data set, and select the ListPrice field.
    #
  9. Place your cursor in cell D2 cell and click inside it.

  10. # Click Data Markers, hover over your data set, and select the Days to Manufacture field.

  11. # In cell A1 type Product ID, in cell B1 type Product Name, in C1 type List Price, and in D1 type Days to Manufacture.

...

  1. From the OfficeWriter Designer toolbar select Save. You will have the option to Save to Disk or Deploy to Remote Server.
    #
  2. Select Save to Disk.

  3. # Navigate to a local folder where you will store the template report file. This will be where you store your work file in case you want to edit it later, not a location on the Reporting Services server.
    #
  4. Save the template as an RDL file.

  5. # To publish the report, from the toolbar, click Save and select Deploy To Remote Server.
    #
  6. From the Publish dialog box select the drop-down to display the Server or URL.
    #
  7. If the dropdown contains the server you need, select it.
    ##
    1. If you have never browsed to the server from the designer before, you will need to manually enter the URL the first time
    ##

    1. Use the Web Service URL, which can be found in the SSRS Configuration Manager on the report server.  It usually looks something like this:  http://<servername>/ReportServer, or if there is a named instance of SQL Server, http://<servername>/ReportServer_IntanceName

  8. # Click Refresh

  9. # Select a folder for which you have publish rights and click Ok

  10. # If your report published with no errors, you will receive a Publish Successful message dialog. Click Ok to continue. 

  11. # To view the report, click View on the OfficeWriter Designer. The report viewer will open another Excel window with the report results. It should look like this: 

...

  1. Open a browser and go to the Reporting Services Report Manager (usually installed at http://<server address>/Reports).
    #
  2. Navigate to where you published your report.

  3. # Select the report. Reporting Sevices will display the report but only show you the data set.
    #
  4. From the export option drop-down, choose Excel designed by OfficeWriter.

  5. # When prompted, click Open . Excel will open and display your report the way you created it.

...