You can use Crystal Reports to generate standard and customized reports. For details, see this Knowledge Base article: How to create custom reports using Crystal Reports.
FlexiCapture\CustomReports subfolder of the root IIS folder (usually C:\Inetpub\wwwroot\FlexiCapture12\Monitoring\CustomReports). You must place your new reports in this subfolder to be able to access them from the Administration and Monitoring Console.
Sample custom reports
The following sample reports are available.Stored procedure report sample
This is an example of a custom report based on a stored procedure. It includes the following files:SampleSPTextCustomReportRussian.xml– An XML file with a description of the report.SampleDataSetReportRussian.rpt– A file that contains the report. This file is the same for reports based on stored procedures and SQL queries.
SQL query report sample
This is an example of a report based on a SQL query. It contains the following files:SampleSQLTextCustomReportRussian.xml– An XML file with a description of the report.SampleDataSetReportRussian.rpt– A file that contains the report. This file is the same for reports based on stored procedures and SQL queries.
