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?
1条答案
按热度按时间1qczuiv01#
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.