sql-servertelerikblazor-server-sidetelerik-reporting

how to fix the error in telerik report viewer object not found


I am using telerik report viewer ,blazor server side and trying to show data from Microsoft SQL sever database data in the report viewer but when i use the shared connection method in Telerik standalone report designer it gives me error in web page that the table is not found where as when i do embedded in report it works fine any idea?

enter image description here


Solution

  • i have solve this problem by using the string build in the Telerik standalone designer . I just copy that string from there and paste it in the appsetting.json file where my database connection is setup an it worked.