FastReport Designer Community Edition (freeware)
Within the FastReport Designer Community Edition (freeware) is it is possible to create a report using .cs entities a model? Then when I run the report with asp.net core I read data from the database and pass them as IEnumerable to the report1.RegisterData(...)
Within FastReport Designer Community Edition (freeware) it seems to me that can only connect to a database or read json files? Or am I wrong?
Any .cs files must be compiled! unless I reference a dll in some way.