Skip to main content

Meter Report Example

Following is an example report (Meter Report) that was created with Reporting Services. This report is an example on how you can visualize the data available in SQL Server using Microsoft SQL Server Reporting Services. This report is not maintained as a product from Sigmafine. This example should be used only as a reference.

Note: The following items are only general guidelines for Report rendering. Data Source, Data Set and Connections were given as a preliminary guide, as they employ the Stored Procedure created for this example. For more details on how to design a Report, please contact your Business Intelligence specialist.

Report Guidelines

The following are guidelines you can use for included the most common items to your report layout.

  • Matrix or Table

    The most common object to have in a Report is a 'Matrix' or 'Table'.

    To add a Matrix or Table:

  1. Drag-and-drop a Matrix or Table.

  2. To add a column, right-click on the Matrix or Table and select Insert ColumnLeft or Right, depending on which side you want to add the column. 'Right' is usually selected for the first column.

  3. Repeat step 2 for each column you need to add.

    ClosedEXAMPLE: Matrix - Insert a Column

    In this example, we have added a Matrix to our report and are in the process of selecting to insert columns to the right.Figure 1184: Matrix with Insert Columns selection

  • Format Columns

    You can add Header and Footers, and also format fonts and cells as you want.

    Remember to associate each column with the type of data that exists in the dataset you have selected.

  1. Right-click on a column row to select the type of data you want listed in that column.

  2. Repeat this step for each column.

    ClosedEXAMPLE: Selecting a data type for a column

    In this example, we want to setup our first column to display meter type, so we are selecting 'Meter_Type' from the list of data types that exist in our Dataset.Figure 1185: Selecting the data type for a column

    ClosedEXAMPLE: Report layout complete

    The following figure shows a completed report layout, based on the data types we have selected from those available in our dataset and all the other layout options we have selected from the Report Items pane.Figure 1186: Completed report layout

  • Preview Your Report

    When you have finished your layout it is always good practice to preview what the report is going to look like.

    To preview your report:

  1. Click on the Preview tab.

  2. Enter the Start Time and End Time dates for the data with which you are working.

  3. Click the View Report button.

    The report displays in the Preview pane.

    ClosedEXAMPLE: Report displayed in Preview paneFigure 1187: Report displaying in Preview

The following is an example of a completed report that includes more details as configured with more items than in our example in the preview pane.Figure 1188: Example 'Meter Report' containing more detail