Here is what I'm trying to do.
I have a stored procedure that takes five parameters: Start, End, Name, Type1, and Type2. I need to generate this report using (Start, End, Type1, Type2) for each selected Name, which is a multivalue parameter on the top-level report. e.g., each detail section or subreport for Mark, Amy, Nick, etc should use the same values for the other parameters.
How do I go about doing this?
Hi Telerik,
Firstly, I export the report that I created using Telerik Reporting to Word document and then make some changes.
Once done, I save it as PDF format for my client reference. After that, all graphs in the report saved to PDF format become smaller.
You may refer attached image as your reference.
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.