Error in report building when odbc connection is used
iskanderror opened this issue · 1 comments
iskanderror commented
ariacom commented
Thank, I got the error, I made just the fix in ReportModel.cs
if (string.IsNullOrEmpty(Connection.FullConnectionString)) throw new Exception("The connection string is not defined for this Model.");
it is in github right now