With the C1Studio installer, you get FlexReport samples that help you understand the implementation of the product. The C# and VB samples are available at the default installation folder - Documents\ComponentOne Samples\UWP\C1.UWP.FlexReport.
The list of C# samples available at the default installation location are as follows:
Sample | Description |
Binding | This sample uses the Simple.OData.Client library which is installed automatically as a Nuget package. |
FlexReportSamples | This sample allows to select a report from a .flxr FlexReport report definition file, or pick a report from the list of predefined reports, and generates the report. The report then can be exported to any of the supported external formats. |
FlexReportExplorer | The application features industry standard reports for domains like Finance, Medical, Enterprise and Telecom. It demonstrates the major features of FlexReport for UWP. |
FlexPdfViewer | This sample loads a PDF document into C1PdfDocumentSource, then uses FlexViewer control to show the document in UWP application. |
The list of available VB samples are as follows:
Sample | Description |
Binding | This sample uses the Simple.OData.Client library which is installed automatically as a Nuget package. |
FlexReportSamples | This sample allows to select a report from a .flxr FlexReport report definition file, or pick a report from the list of predefined reports, and generates the report. The report then can be exported to any of the supported external formats. |
FlexReportExplorer | The application features industry standard reports for domains like Finance, Medical, Enterprise and Telecom. It demonstrates the major features of FlexReport for UWP. |
FlexPdfViewer | This sample loads a PDF document into C1PdfDocumentSource, then uses FlexViewer control to show the document in UWP application. |