I'm planning to use Telerik Reporting as the reporting soltion for a customer portal that I'm developing. This portal will be sold to multiple customers and amongst other things the customers will be able to add their own reports that they will build using the Stand Alone Report Designer. Please consider adding a Query Builder, similar to what is in the Visual Studio version of the Report Designer to the Stand Alone Report Designer as this will greatly enhance the user experience and negate the need to use other tools to build the queries, especially as many end users would not have access to tools such as SQL Management Studio, etc. Regards Edu
In general I quite like the Stand Alone Report Designer but one thing that is a bit painful is that the default height of new fields are way to big. About half the current height would be more appropriate. It wastes time to have to resize every field after adding it, and especially also having to also shrink the height of details section is you added a new field to it. It would be ideal if you could add a configuration section where everyone can specify their own default values such as field height but page size would also be handy. Thanks for a very handy product. Regards Edu
I've been using the Stand Alone Report Designer a fair bit lately but find myself having to switch between the Home, Insert and Data tabs quite a bit. It would be a great time saver if the Report Designer had a dockable toolbar (defaulted to the right) like in Visual Studio with short-cuts to adding things like Text boxes, pictures, etc. Regards Edu
It's confusing which rule does what by looking at the current UI...would be nice to give them aliases\friendly names which mean something when you go back 2 months later, know what I mean?
It would be nice, if not required by our client, to have 100% Web-based, Rich, Ad-hoc Reporting Solution. Something similar to the one in ComponentOne Active Report
Please add support for Data Matrix barcodes. As of Q3 2014 this is the only format we will still need to rely on another library to create an image that is placed in a picture box. We would much rather be able to use the Barcode control for all our barcode requirements.
When using multi-child select statement like the below: SELECT ORG, C1, C2, ... FROM ( (SELECT X FROM Y WHERE Z1 = xxx AND Z2 = :param1 AND DATE BETWEEN :param2 AND :param3) C1, (SELECT X FROM Y WHERE Z1 = yyy AND Z2 = :param1 AND DATE BETWEEN :param2 AND :param3) C2, ... ) Then binding with report parameter will be like: param1 = rpt_param1 param2 = rpt_param2 param3 = rpt_param3 The an error occurred while excuting the query in the datasource wizard. Also, some time the wizard accepts the query but the preview mode will display the same error. The error is "ORA-01008 : Not all variables bound" ______________________________________ Workaround: Don't use the same query parameter in more than one child select statement. Create new datasource parameters per each select statement; then bind them all to the same report parameter. SELECT ORG, C1, C2, ... FROM ( (SELECT X FROM Y WHERE Z1 = xxx AND Z2 = :param11 AND DATE BETWEEN :param12 AND :param13) C1, (SELECT X FROM Y WHERE Z1 = yyy AND Z2 = :param21 AND DATE BETWEEN :param22 AND :param23) C2, ... ) Then binding with report parameter will be like: param11 = rpt_param1 param21 = rpt_param1 param12 = rpt_param2 param22 = rpt_param2 param13 = rpt_param3 param23 = rpt_param3 ______________________________________ Products: * Report Designer v2014.Q2 * Oracle Database 10g1, 10g2 or 12c * Oracle Client: ODTwithODAC 12.1.0.1.0 Or Less
When opening a data source by the wizard and go through it then save (even without any modification), the provider property will be cleared. Workaround: Re-set the 'Provider name' again upon closing the wizard, by the properties window. Product: Report Designer v2014.Q2
The date format of the report parameters is related to the culture, but the data source parameter is not.
Add Right to left attribute to the three levels of the reports, with default 'inherited' of child levels: Level 1: The report document Level 2: Report Section Level 3: All type of object and controls including Table/CrossTable
In the attached photo, I combined the first 2 pages of the PDF I get when I export the reports as a PDF (there were 198 pages in total). The second page is the continuation of the bar chart, as the bars expand. This is not readable or insightful to a user who wants to view the report, as he/she can not see any of the labeling of the X or Y axis on the second page. I would like to see labeling of both the X and Y axis on each page, so that the reports are easier to read. The same applies for graphs, columns, and table reports as well.
For Clustered Column graph should be some feature allowing to mark zones, something like marked zones.
If I have my project set to point to a solution folder for the reporting DLLs...and I run the upgrade wizard it changes those references to be instead the installation folder for reporting, so then when I try to deploy (copy) a project...it tanks saying it can't find the DLLs... If the reference isn't set to a telerik installation folder please don't change it on me
When I select a column in a Crosstab and set a Binding for a Property (for example Visible) it will overwrite all existing Bindings for all Textboxes in that column without any warning. This shouldn't happen. At least there should be a Message that you overwirte existing Bindings and ask if you really want to do that.
It would be nice to have 3D chart capabilities such as those found in the WPF ChartView or even the KendoUI charts. The Telerik Reporting charts , although feature rich, are rather plain looking.
Interactive sorting would really help the HTML5 based report viewer hold it's own against SSRS.
Hi, for our coming cloud platform, we need a Report Service Engine which is capable of deliver Reports at a scheduled time to specific users in per ex: inbox or folder or etc... Some of your competitor like ComponentOne seems to have already these kind of feature: http://www.componentone.com/SuperProducts/ActiveReports8Server/Server/ I would honnestly work with you guys so, I would love to see these kind of stuff in near future.... Txs -Vince ps. you may contact me for any question for more details or I would be part of any preview of beta ...
Telerik.reportdesigner.exe crash with Null reference exception when add new object datasource with "Choose a data source member".
Actually, the report footer displays right after the preceding content. It would be very useful to force it to the bottom of the page, just before page footer