I am trying to generate report that contains FlexChart component but I keep getting an errors.
I tried loading data to report as DataTable but I get "Could not load field of type [FlexChartField], fields of this type may not be supported in this edition of FlexReport." error.
I also tried to load data to report from Oracle database by sending SQL query from my application but I get an error that Oracle provider Oracle.ManagedDataAccess.Client is not found. Installing NuGet package "Oracle.ManagedDataAccess.Core" didn't help.
I installed latest versions of all required packages. For some packages (C1.Blazor.Viewer, C1.Chart, C1.Document, C1.FlexReport) I needed latest prerelease versions. Only then I didn't get reference errors.
Best regards,
Leo