Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a new file with the .XML extension.
  2. Paste in the sample File Format shown on this page.
  3. Enter a Name and Description for the report. Assign a unique name. This is the display name that will appear in report listings. The description is supporting text to explain what the report provides.
  4. Enter the SQL for the report:
    1. SQL Query method. 

      Info

      Example: <!-- SELECT * FROM TblObjects ORDER BY ObjectId -->


    2. Stored Procedure method.

      Info

      Example: <!–EXECUTE dbo.asi_spProcedureName '@Parameter' -->


  5. Create one or more parameters as needed. If no parameters are needed, leave the parameters node empty. See Parameters section for details and examples.
  6. Save the file to the File Location shown below. The Report Service will include the new report the next time the listing is loaded or refreshed. There is no need to restart the Report Service.

...

Info
Example: C:\ProgramData\AutoSol\Communication Manager\7\Reports

Anchor
FileFormat
FileFormat
File Format

Reports are XML files with the following schema:

...