Skip to main content
Using the items on the Reports → Custom Reports menu, you can generate additional reports customized for your specific needs. When you install the application, this menu item displays various sample reports. By default, reports are generated using Microsoft Report Viewer, which is included in the server part of ABBYY FlexiCapture. Custom reports can be created in a number of applications, including Microsoft Visual Studio and Microsoft Report Builder. Data for custom reports can be acquired using these applications, a SQL query or a stored database procedure.
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.
The source code of these samples can be found in the FlexiCapture\CustomReports subfolder of the root IIS folder (usually, this is 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. The following sample reports are available:
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.
This report returns the first 100 records from the event log.
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.
This report returns the first 100 records from the event log.