: Incident, Dispatch, and Response tables.
: Crystal Reports.
// Create report Dim report As New CrystalDecisions.CrystalReports.Engine.ReportDocument report.Load("C:\Medisoft911\Reports\ResponseTimeAnalysis.rpt") medisoft 911
// Set report parameters report.SetParameterValue("DateRange", "{?DateRange}") report.SetParameterValue("IncidentType", "{?IncidentType}") : Incident, Dispatch, and Response tables