Telerik Forums
Reporting Forum
1 answer
141 views

In the past it was possible to add a "values data table" below a chart that would align with the graphical chart series above

This is what I am talking about: http://docs.telerik.com/reporting/understandingwizardvalues

Is there a way to reproduce this functionality in the new Graph control?

Yana
Telerik team
 answered on 23 May 2017
13 answers
647 views
Hi,
This all works fine in the IDE but can't get it working with IIS. I have gone through the guides but without success (here)
The main issue I'm getting is: 
  loading...
  Error loading the report viewer's templates
 
Is there a practical guide to MVC+IIS deployment? For instance is there a guide to deploying the official example:
\Program Files (x86)\Telerik\Reporting Q3 2013\Examples\CSharp\MvcDemo

MVC4
Windows 7 64 bit 
Q3 2013 Release - ReportViewer-7.2.13.1016
VS2012

I'm doing it like this:
@using Telerik.ReportViewer.Mvc
 
@(Html.TelerikReporting().ReportViewer()
    .Id("reportViewer1")
    .ServiceUrl("/api/reports/")
    .TemplateUrl("/ReportViewer/templates/telerikReportViewerTemplate.html")
    .ReportSource(new Telerik.Reporting.TypeReportSource() { TypeName = "ReportClassLib.Report2, ReportClassLib" })
    .ViewMode(Telerik.ReportViewer.Mvc.ViewModes.INTERACTIVE)
    .ScaleMode(Telerik.ReportViewer.Mvc.ScaleModes.SPECIFIC)
    .Scale(1.0)
    .PersistSession(true)


Thanks
Simon.







Stef
Telerik team
 answered on 23 May 2017
2 answers
133 views
Hello,

I use in my project Telerik Reporting q1 2011. Now it's time to change and upgrade to latest version. I downloaded the 30 days trial of Telerik Reporting 2017 R2 but I found a big problem in one of my report (the most complex and important of my project)

I created a Report with 2 subreports. Every subreport is composed by a table created dinamically (without Editor). 

I divided the table in 2 parts:

Header: with repeat in every page
Row
I used a DataTable like DataSource and the columns of my table is created dinamically with the same number of DataTable columns.

Very cell of table is a textbox with value in this format: =Fields.<name_of_field>.

The very strange problem is now: the binding of columns is right but the data is wrong. For Example:

DataTable:

ID    -     Name

1      -     Esteban Lombardo

2      -     Alessandro Strazzari



In my report is see:

ID     -     Name

1      -     1

2      -     2



With debugger is see that every cell is with correct value (=Fields.<name_of_fields>) but on textbox_itemdatabound i see always the <name_of_field> of the first column of DataTable like Value.



You can find my code at this link:

https://www.dropbox.com/s/hvx1ahz8emqysqj/Logica_Telerik_Reporting_2017_r2.zip?dl=0



For me is very important solve this problem because i want to purchase the new Telerik Suite. But if this problem persist i need to use the older version.



Thank you very much
Best regards,
Alessandro Strazzari

Alessandro Strazzari
Top achievements
Rank 1
 answered on 23 May 2017
1 answer
99 views

Hi, 

 

I have a stored procedure when executed generates a record of 42000+. (Using Stand Alone Report Designer) calling the trdx in the UI - report viewer  I have no problem, it generates successfully in 2 mins compose of 1500+ pages.

The problem is when I tried to export it into excel. it lags and it cannot successfully export the file.

I wonder if anyone can help me about this. Thank you.

 

Regards,

Von

Stef
Telerik team
 answered on 22 May 2017
11 answers
282 views

Hi,

I have a Toggle Button on the header of the parent group (Group Name in example) which when I expand does not reflect on the toggle buttons of the child (BZ Liquor Eat In etc in the example). Same with the toggle button on Department and its sub group toggle buttons. I have attached screen shots for better understanding. 

They all work fine individually, just that when I expand / collapse all, the individual buttons need to change as well. Any help would be appreciated. Thank you

Stef
Telerik team
 answered on 22 May 2017
1 answer
384 views
I've got a seemingly simple question. I've designed a multilanguage report. The report is going te be used on a MVC webpage. How do I pass the selected culture of the user to the report so it will be rendered in the correct language? I can set the thread culture in the report init code and it works. I can set a culture in the controller/view which has the reportviewer but this has no efffect as the report is rendered in another thread. 
Stef
Telerik team
 answered on 19 May 2017
34 answers
857 views
I want to know wheather it is possible to Create a report at run time with Telerik Reporting Tool.
Thanks
Yana
Telerik team
 answered on 18 May 2017
6 answers
127 views

Hello,

We are using Silverlight Report Viewer from Telerik_Reporting_Q3_2014 (the last version we were able to get with license). Our reporting service is implemented as a self-hosted wcf windows service (according to help instructions).

 

We need to scale our implementation across multiple servers and according to documentation we need to implement GetState and SetState inside our own class derived from ReportServiceBase. We have implemented our own service derived from ReportServiceBase and implemented mentioned methods. After some dev testing we found that default implementation and ours implementation both SetState with empty (not populated with data) Telerik.Reporting.Service.ReportServiceHistory record, but as regarding Get state - default implementation return object already populated with data, while ours return exactly the same object as we set (without populated info). As we can see all default implementations of IStateStorage (WebCacheStateStorage, HttpSessionStateStorage, LocalStateStorage) keep not serialized object but reference to it and during report processing this object is updated with new state. In our implementation we are using Redis and in case original object is updated - nothing changes with serialized version in the cache. In order to prove our assumption we implemented another cache as simple Dictionary<string, object> and in this case it works correctly (for single instance). It is obvious that such implementation will not work with multiple instances.

Anyway, we need to share saved state between different instances and it seems to be impossible with our implementation. Have we missed something important? Could someone please help us to understand how service state can be shared (v. Q3 2014)?

Thank you ahead, Oleg.

Oleg
Top achievements
Rank 1
 answered on 18 May 2017
3 answers
158 views

Hi,

I have a web project using entity framework and web api. So i designed .cs file to send object from web api. In this .cs file, i defined IEnumerable object to get data from Oracle database by oracle procedure.

Through your documentation, i think i can set IEnumerable to object data soucre. But when i'm try to do this, an error appear:

No parameterless constructor defined for this object.

When i choose .cs file in object data source wizard, system auto connect to entity domain to get my object model. I think last step is problem. I don't know how i can set default parameter. When i typing somthing, it's raise an error: 'Can not convert System.String to ...' my object data model.

I hope anyone can help me soon.

Thank you!

 

Katia
Telerik team
 answered on 18 May 2017
1 answer
98 views
I  got the setup exe for trial. It installed R2 2017. But I want Q3 2012 or Q3 2014. I could not find any setup or installer Q3 2012 or Q3 2014. I checked telerik control panel. I could not find anything . Please help me
Yana
Telerik team
 answered on 18 May 2017
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?