Hello All,
Hoping that someone can shed some light on this weird - to me at least - problem! When I debug my ASP.NET Core reporting application started using F5 everything works perfectly and my report displays just fine. However, if I start it with CTRL-F5 I get the message: "Unable to get report parameters - Report 'xyz.trdx' cannot be resolved." Similar to what you get if the report path is not correct. How can this be since nothing changes but the start method? I've checked the only place I could think of, in the Startup.cs where you have an "if (env.IsDevelopment()), but all I have in there is a developer exception page vs a fixed page for production. Really stumped here.
Any thoughts appreciated,
Scott
Hello,
Can someone please explain to me what the following line is doing:
this.services.AddTransient(ctx => new ReportsController(new ConfigurationService(env)));
I don't need to add any of my other controllers to the Startup.cs file. I would like to really understand this so as much detail as possible or a link to an article would be very helpful.
Thank you,
Scott
I'm currently integrating Telerik Reporting into my companies web application, which uses ASP.NET WebForms. I'm using the Standalone Report Designer to build the reports, then I import them into our application to use.
I'm having trouble displaying multiple reports on one .aspx page. I'm using the <telerik:ReportViewer> and <telerik:ReportSource> to reference the reports. Individually the reports display fine, however when trying to render them both, they load and then don't display anything.
Is there something I'm missing? I haven't been able to find much on the forums/documentation on this issue.
Hi,
is there any possibility to see the list of known anomalies and get some more information on the bugs (e.g. when it was introduced and how to reproduce)?
I have only found the release notes where the fixed bugs are listed. The provided information there is quite limited...
Best regards,
Michael
When displayed on the web page, Chinese is displayed normally, as shown in normal_display.PNG.
When exporting PDF, Chinese is displayed abnormally, as shown in abnormal_display.PNG.
How can export PDF support Chinese?
How to solve this problem?
Hello,
I have a stored procedure which has dynamic sql in it with 'EXECUTE (@sql);', and im trying to create a table in report designer but no fields show up when i configure the data source. The query executes fine within the configuration and it has the result that i want but when i finish it there are no fields in the data explorer.

I want to use two different record sets in the same report. They will be in their own details section, assuming two details sections can be used.
I've created two data sources in my report project, tested both connections and verified they do return the data I need. I don't understand how to use them though. I expected to see both of them listed in the Date Explorer, but only one is shown there. They both show up at design time in the pane below the report designer though.
Please see the attached file with screen shots. One is of the two data sources in the project while the other shows only one data source in the data explorer.​
Can two data sources be used in the same project as described?
How should this be done?