I created a FastReport report and sometimes an error occurrs when I try to preview it.
The report is incorrect:
Invalid conversion of "System.Int32" to "My.Namespace.MyCustumEnum".
I have SQL queries and the result is automatically converted to DataTables. I cast Enum values to int, even when i don't do it that still occurs.