Hello
I have a DB table that looks like --
Type SubType Count
A 5
B 10
C C1 4
C C2 2
D 1
E 100
I want to show the report as --
A: 5 B: 10
C: D: 1
C1: 4
C2: 2
E: 100
Preferably I would like to do this w/o creating a wrapper for the table.
How can I do it?
Thanks, Raka
Hi,
I am new to telerik.Can u please provide the step by step process to create the report in web application using sqldatasource.
I have table with millions of data.
My requirement is below
I have to generate report with grid and chart on single page.
Which should support 10000 record per page.
and in export it should export all data in table with images in html.
Can telerik report work as per my requirement.
We have the license copy of telerik.
Please Help me for it.it is our urgent requirement.
Based on previous years, Telerik Reporting Q1 releases usually occur in mid-late February. Since that date is a little more than 1 month away, when do you plan to post the Q1 2016 Roadmap?
http://www.telerik.com/support/whats-new/reporting/roadmap
Hi
Quick question to put out there, is it possible using Telerik Reporting to create a contents page that is built from either section names or sub reports within the main report.
This needs to reflect sub reports etc if they are programatically added too
Is this at all possible and if so could someone point me to some examples of how to do this.
Many Thanks
Tony
Two weeks ago (on 12/15/2015) we upgraded from 9.1.15.731 to the 9.2.15.1126 version of Telerik Reports. As soon as we did, we ran into problems connecting to our Oracle 11g R2 database's stored procedures. We are using the Oracle.ManagedDataAccess.Client provider to connect our .Net 4.5.2 web application to the Oracle database. We found this odd because the 9.1.15.731 Telerik Reports version worked with said client. Here is the error we received while running the report and/or trying to edit the reports using Visual Studio 2015 with the Oracle.ManagedDataAccess.Client provider (I’ve removed the name of the report and stored proc name).
An error has occurred while processing Report '{NAME OF REPORT}':
ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to '{STORED PROCEDURE NAME}'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
After much hair pulling and research we discovered that the 9.2.15.1126 reports would run using the MSDAORA provider. So we modified the web.config to us the MSDAORA provider when running a Telerik. This worked great on our local machines, but once we deployed the new code to our development server we began receiving the following error:
An error has occurred while processing Report 'Safety and Health Inspections and HAPs Status':
The 'MSDAORA' provider is not registered on the local machine.
We attempted to register the MSDAORA dll on the server using administrative privileges, but this results in a “failed to load” error.
So now we’re stuck. Has anyone had any issues similar to ours getting the 9.2.15.1126 version of reports to run using Oracle.ManagedDataAccess.Client OR has anyone successfully deployed said version using MSDAORA?
After I upgraded to version 2015 Q2, I noticed that my stack charts changed. The labels on the stack series are now displaying a line also (see attached example). We do not want the extra line to display but I am not sure what to change. DataPointLabelStyle? Why is this line displaying when it wasn't before?
thanks!

The data I'm using to generate a bar chart comes in at 30 minute intervals. This means that the X-axis coordinate system has to have a 'Minutes' Scale BaseUnit.
The issue I'm having is that this means I get a series of very thin, very widely spaced bars (one very thin bar each 30 minutes) rather than bars which are '30 minutes wide'.
I've seen reference to a DateTimeCategoricalAxis in other parts of Telerik documentation (which sounds very much like what I need), but I've been unable to find an equivalent in the standalone designer.