Hi,
I'm new to Telerik Web Reporting Designer (I finished implementing it today in my .NET Core project with Blazor) and realized I don't really know how to add a SQLite connection to it. The database is located in the .NET Core project folder but still doesn't work because apparently I'm missing an assembly called "System.Data.SQLite". To be honest I'm pretty lost so would appreciate a lot any kind of help. Also, I'm using Entity Framework Core.
I took one screenshot that might help you understand what's wrong:
https://gyazo.com/71df7aee22e405cdcdb96f0fb8adc549
Thanks a lot in advance.
UDPDATE: FIXED, I finally undertood the problem