Telerik Forums
Reporting Forum
2 answers
162 views
I'm using the MVC report in a new MVC project and until now, everything worked as expected. When I tried to pass the code to the target project, the html report interface stopped to work. The problem is in its request to api client, that I realize it request about 5~7 per report.

In the first request it uses this url: http://localhost:2000/Basic/api/ReportBase/clients.

It works, but the second ones doesn't(404 error). It uses this url: http://localhost:2000/Basic/api/ReportBase/clients/100526-0a0c/parameters

I have not added any routes in order to the first request to work. I'm using just the MVC default route. In my test project, it works with the default route, as well. 
I want to know why the subsequent requests doens't works. I wonder if its a route problem or anything else.

Thank you.
Manuel
Top achievements
Rank 1
 answered on 21 Jul 2014
1 answer
339 views
I have been creating a report using Telerik Report in a ASP.NET MVC application and I have a question.

I would like to know, how can we create a ReportViewer for a dynamic report with ASP.NET MVC?

we do not have a TRDX file, we need to create it dynamic. It just a simple list of data, nothing special.

For sample, I have a action in my controller and it creates a Telerik.Reporting.Report object dynamiclly and add some items like TextBoxes, Labels pointing to fields and add a List<Product> as a dataSource of this report. The report is ok and we can export to PDF and see the result, but I would like to present it into a ReportViewer like HTML5 version. How can I do it? How can I make my action return a object to the View and render it in a Telerik Report Viewer and get the resources like exporting to other formats.

Thank you.
Stef
Telerik team
 answered on 21 Jul 2014
1 answer
139 views
Hey!
I build an report with 8 subreports (each need this own datasource). I need to visible each of the subreports only a precondition (different for each subreport)  become conform. So I set a binding visible = only when precondition is true. Thats work fine.

But:
When I render my report it is very slow, so about 3 min for 29 sites.

Is it possible that the subreports going to render anyhow although the visibilty is set to false. If true how can I reach that the subreports only render when my precondition  become true.
I think that is the solution to render the report faster.
Or you have any solution to get the rendering faster?

Horst
KS
Top achievements
Rank 1
 answered on 18 Jul 2014
1 answer
109 views
it's possible to search for something within a report inside the Windows Forms Report Viewer ?
Nasko
Telerik team
 answered on 18 Jul 2014
1 answer
131 views
We tend to update reports very often and need to know what version of a report the user is using when they ask questions. Is there any way to display the revision number of a report or the last date that they file was written?

Thanks,
Don Rule
http://translationalsoftware.com
Hinata
Top achievements
Rank 1
 answered on 18 Jul 2014
1 answer
477 views
Hello,

I have a master report which contains many subreports. Every subreport uses its own datasource with its own design. Their visibility is controlled via the binding property of the subreport.

It looks like all subreports are bound to their SqlDatasource regardless of if they're visible or not. Is there an easy way to bind only the subreports to their datasources which are visible?

I'm using the Report Designer for Visual Studio.
Nasko
Telerik team
 answered on 18 Jul 2014
1 answer
183 views
Hi,

I just updated my telerik version to 2014.
I had this code:

ReportViewer1.Report = report; (report is Telerik.Reoporting.Report object).
But I get an error that ReportViewer1.Report is obsolete.

What should I do in order to display "Telerik.Reporting.Report" item inside report viewer as I did in the past?


Stef
Telerik team
 answered on 17 Jul 2014
23 answers
311 views
Hello

We have updated a few projects pereviously written under SL3 with Telerik components v. 2009.3.1120.1030 , reporting v.3.2.9.1104 to SL4  v. 2010.3.1110.1040  reporting v. 4.2.10.1110, containing few reports. In the SL3 version, the globalization of the reportviewer worked o.k. following the (obsolete?, it's from 2008) KB-article (http://www.telerik.com/support/kb/reporting/report-viewers/localizing-the-telerik-report-viewer.aspx).

While the localization of the SL-forms and the reports (titles, labels, etc. in code behind) works, the reportviewer's buttons and tooltips do not display the localized values from Telerik.ReportViewer.WebForms.Resources.[culture].resx placed in the App_GlobalResources folder.

Checking the threads at runtime, all culture info (in silverlight AND Web-part) is reflecting the selected culture, but no go for the viewer... it does not adopt any of the cultures! Am I missing something?

Greetings
Rudolf
Stef
Telerik team
 answered on 17 Jul 2014
1 answer
243 views
I follow the blog post from Establishing a Telerik RESTful Reporting Service in under 5 Minutes and I can now have the web api up and run.

For all the report (trdx file) in the web api, we need to state the connection string in the web.config, but for our case, we have a class which provide the DB connection string to the program like:

Container ctx = new Container();

reportSource = ctx.ConnectionString;

How can I implement to my new Web API project in this case?
Stef
Telerik team
 answered on 16 Jul 2014
1 answer
91 views
We need to design a report which one of the parameter is multi selection from a table, but the table contain over 3000+ records.

Is there a way (or similar) which we can do a search first, then add the value to the parameter, then execute the report?
Stef
Telerik team
 answered on 16 Jul 2014
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?