FlexReport supports data binding using SQLite. SQLite is a software library and widely used SQL database engine. It does not have a separate server process so it can read and write directly to different files in ordinary disks.
For binding data using SQLite, you are required to use FlexReport.SQLite project, which is available in Documents\ComponentOne Samples\UWP\C1.UWP.FlexReport\CS folder. You need to add FlexReport.SQLite project to the solution of your app's project, as it is required for FlexReport to be able to use SQLite.
The following code illustrates the use of SQLite for data binding: