Creating Custom Reports

Creating Custom Reports

Speech Application Reports can be customized by editing the existing .rdl templates described in the topic Using Default Reports, or by creating entirely new custom reports that use the Speech Application Reports database. The datasource for custom Speech Application Reports must be specified as a shared datasource named Speech Reports Datasource.rds. For more information on creating custom reports, see the topics under Building Reports in the MSDN Library.

Viewing Speech Application Log Analysis Tools Database Schema

To view the schema for either the Call Viewer or Speech Application Reports database, or to view the schema for multiple tables in a database, use the Create Database Diagram Wizard in Microsoft SQL Server 2000 Enterprise Manager. Each database includes a table for each event class, plus additional tables that aggregate data from related event classes.

To view a database schema
  1. In Enterprise Manager, expand Databases and expand the desired database.

  2. Right-click Diagrams and select New Database Diagram.

  3. In the Create Database Diagram Wizard click Next.

  4. In the left pane select the desired tables and click Add. Do not select any tables with a sys prefix.

  5. Click Next, then click Finish.

To view the schema for a single table, select Tables in the left pane, and double-click the desired table in the right pane.

See Also

Speech Application Reports