Last seen: May 7, 2023
Hey Angela, ok great. Thanks for sending the details. Yes, as you noted, this is because the service is sending data after automatically formatting it...
Hi Mayank, yes, you can change the front end message to anything you like. As for the sql, it only shows up on localhost, and you can set debug ...
Hi Mayank Yes, you can definitely select from 2 or more data sets, given that the schema relationship between the two have been setup. If it's n...
Hi Kirtee So for the part in the instructions that you highlighted, that goes directly in the project file. So basically in solution explorer, d...
Hi, thanks for sending the two queries side by side, that is very helpful. The easiest fix is to do a replace in Sql string in the C# and add th...
Ok good, more progress :)Can you send me a sql query that does work, and I will check on what to fix to make it work. Thanks dotnet Report Team
Ok, so this is a setup issue, basically you need to setup "Joins" to make this work. Please see this kb article: Once you setup the join ...
Hi Bill Thanks for your email and detailed questions. I'm one of the Lead Developers at dotnet Report, and I'll address your questions below in ...
Hey Amanda Yes, so what I would suggest is to copy the files that you want to control or use over from npm's node_module folder in to your proje...
Hi Bohdan All is well, so for switching it out on the front end, that shouldn't be hard and it is possible. If you look at the DotNetRepo...
Hey Shen Zu, so this is a small change in the "DrawChart" method in the dotnetreport.js file. Basically, need to change: ...
Hi Eric, so this is likely because your project failed to add a reference to "System.Net.Http", or it has something in web.config where it's binding t...
Hi Eric We’re you able to resolve the error? The null error on this line is because it’s not finding the connection...
Ok, so that's good. This is basically because you need to add the sql connection to your web.config with the right key. Please see ST...
This method: public async Task DownloadPdf(string printUrl, int reportId, string reportSql, string connectKey, string reportNa...