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?
@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)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
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
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.
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!
