Telerik Forums
Reporting Forum
1 answer
287 views
I am playing with the Telerik Reporting and have made a simple report using the table wizard. The report contains about 900 rows. However, after successfully setting up an MVC web app and including the report in it, the report is rendered in a single page with all 900 rows which caused the browser to freeze for a few seconds till all rows were rendered.

I have been reading every where and I still can't figure out how to have pagination enabled when the report is being viewed in a web app.

Any help is appreciated.
Stef
Telerik team
 answered on 22 Jul 2014
1 answer
168 views
Hello!

I use a Telerik.Reporting.Report to rander a report. I have multiple objectdatasourcs on this Report for different tables from report.
I serialized this class using ReportXmlSerializer( I have different reports with different design).
How can I acces objectdatasources from report object that I get after deserialize the report serialized before without converting report object to my initial report?



 





Nasko
Telerik team
 answered on 21 Jul 2014
2 answers
184 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
344 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
142 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
115 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
140 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
482 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
184 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
326 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
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?