Skip to content
Dotnet Report
@admin
Admin
Member
Joined: Nov 28, 2021
Last seen: May 7, 2023
Topics: 0 / Replies: 33
Reply
RE: API is returning reportData.columns and client is expecting ReportData.Columns.

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...

9 months ago
Forum
Reply
RE: It is possible to hide the sql statement and give custom error messages?

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 ...

10 months ago
Forum
Reply
RE: Can I create different dataset groups ?

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...

10 months ago
Forum
Reply
RE: Facing some issues while trying to setup dotnetreport in our solution using the trial account

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...

10 months ago
Forum
Reply
RE: dotnet Report Local Service Installation

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...

10 months ago
Forum
Reply
RE: dotnet Report Local Service Installation

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

10 months ago
Forum
Reply
RE: dotnet Report Local Service Installation

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 ...

10 months ago
Forum
Reply
RE: Pre Sales Questions

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 ...

10 months ago
Forum
Reply
RE: Do we have any control over the requests being sent to the server?

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...

10 months ago
Forum
Reply
RE: Replace dotnet report client backend with with something else? ODBC maybe? And is it possible actually?

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...

10 months ago
Forum
Reply
RE: In the chart, is there any way for me to display ‘9/23/2020’ instead of ‘9/23/2020 12:00:00AM’?

Hey Shen Zu, so this is a small change in the "DrawChart" method in the dotnetreport.js file. Basically, need to change: ...

10 months ago
Forum
Reply
RE: Error: Page events are unsupported in the current application configuration.

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...

10 months ago
Forum
Reply
RE: Error: Page events are unsupported in the current application configuration.

Hi Eric We’re you able to resolve the error? The null error on this line is because it’s not finding the connection...

10 months ago
Forum
Reply
RE: Error: Page events are unsupported in the current application configuration.

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...

10 months ago
Forum
Reply
RE: Error: Page events are unsupported in the current application configuration.

This method: public async Task DownloadPdf(string printUrl, int reportId, string reportSql, string connectKey, string reportNa...

10 months ago
Forum
Page 2 / 3