Notes on Authoring Reports

Before adding Reports to Virtual Ticket, they first must be created or "authored". The result of authoring a report is an RDL file that can be added to Virtual Ticket (this process is described in the Adding and Configuring Reports section of this guide).

When authoring reports, a wide variety of applications are available to help you generate RDL files. As of now, the only tools that have been tested for authoring reports for use with Virtual Ticket are Microsoft Business Intelligence Development Studio (BIDS) 2008\2005.

One concept to keep in mind is that if you are going to bind a report to a specific folder type, you must use only one parameter in your report and that parameter must be of the same type as the ID Field for the Folder Type to which you intend to bind the report. Conversely, reports containing multiple parameters cannot be bound to Folder Types.

Parameter Type Mapping

The table below describes how parameter types used in your RDL file can be mapped to field types used in your Virtual Ticket database.

SRS Parameter Type VT/JM Parameter Type Note
String Character  
Integer Integer    
Float Decimal  
DateTime Date Any SQL Server Reporting Services Parameter of the DateTime type that contains "Time" will be mapped to the VT/JM Parameter Type: Date.
DateTime Time Any SQL Server Reporting Services Parameter of the DateTime type that does not contain "Time" will be mapped to the VT/JM Parameter Type: Time
Boolean Integer Accepts any integer value. 0 = False Else = True

Parameter Values

SRS Parameters with an "Allow Null Value" property set as False will be treated as required.

SRS String Parameters with an "Allow Blank" property set as False will be treated as required.

Associating Reports with Folder and Document Types

The user interface allows you to associate reports with Folder and Document Types in the database. This allows the report to be printed from any location in the user interface that allows printing of objects of the associated type.

If you want to associate a report with a Folder or Document Type, you will need to include in the report one and only one report parameter with a type matching the ID Field type that the report will be associated with. For example:

VT/JM Folder Type Database Family VT/JM Folder Type ID Field Type Report Parameter Requirements
Customers JM/VT Character(16) <any name>: String
Jobs JM/VT Integer <any name>: Integer
User Defined Any Varies <any name>: must match Folder Type ID Field Type


Related Topics

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.