When clicking "Edit Parameters" in the Load Report dialog, it would be good if available parameters in the selected report is automatically listed in the "Edit Parameters" dialog.
I've just had to roll back to version 10.1 R2 2016 SP1 as the latest version (10.2) appears to have a binding issue. I have a report that contains a sub-report that has its DataSource bound to a collection on the main reports object collection. Since upgrading to 10.2 all records show the same ( first record) child collection records. Rolling back to 10.1 cured the issue. Is this a breaking change that requires a design change or is it a bug in this release. Regards Brian
The data sources explorer pane gets crowded and difficult to navigate in large reports with lots of elements bound to their own data source. Instead of the horizontal list of icons, I think it would be much better to have a table listing that can be sorted by clicking the column headers. Data Sources should be listed in rows and Data Source Name and -Type should be in columns. http://www.telerik.com/forums/datasource-explorer-gets-messy
Where a table is embedded inside another table, there is no way to select the cell in the parent table. An option should be available in the 'Select' context menu. An option is available to select the parent Table, but not the cell in the parent table.
Adjusting the order of rows in a table would be a lot easier if there was the facility to move table rows either up or down. A further facility to move a table row to the top or bottom would also be useful. The same facilities should also be duplicated for table columns. Table rows & columns cannot be dragged and there is no cut & paste for the entire row/column. These should also be addressed.
We would like have two options when we use the date time parameter in report. one is only date, other one is date and time. and we need to provide the format to the date time parameter for internationalization.
Hi, I found a bug, my MVC project is in a subfolder, and for this I have a problem with the ways I use "~" in order to specify the full path to take. and then I have a problem ReportViewer @ (this.Html.TelerikReporting () . ReportViewer () . Id ("reportViewer1") . ServiceUrl ("/api/reports/") . TemplateUrl ("/templates/template.html") . ReportSource (typeReportSource) . ViewMode (ViewModes.PRINT_PREVIEW) . ScaleMode (ScaleModes.SPECIFIC) . Scale (1.0) . PersistSession (false)) the fact that in this form . ServiceUrl ("/ api / reports /") . TemplateUrl ("/ themplate / themplate.html") operating normally. but it turns out that no subfolders. because it is taken still relative. in when the site is in a sub - I get a 404 error. ie ReportViewer script takes a relative path. and this is a big problem :) Once again, my ASP.NET MVC site is in a subfolder of another ASP.NET project. get something like: my site root url: mysite.com/project1 and pages: mysite.com/project1/myreportPage mysite.com/project1/api/reports
Hello. I'm about a world map component. For custom map services like GeoServer or MapServer more useful to use a Web Map Service (http://ru.wikipedia.org/wiki/Web_Map_Service). Telerik Reporting supports only Tiles services like Web Map Tile Services for base maps. It would be more flexible to add WMS as a base map and as an overlay layer as well.
At runtime there is no way to easily access values from fields within the same row of a report using the WPF ReportViewer. We have a requirement for our application where users may double-click a field and trigger the applicable editor to appear for quick access. To enable this functionality, we need to retrieve values from within the same row as the field that was clicked. While the TextBlock that was clicked may be accessed, there is no way to easily determine which controls within the control hierarchy belong to the same row as all page content is lumped into one canvas. Searching for values by Name is not possible either as the name is not passed into the generated controls. It is also not possible to create custom IAction implementations to handle this functionality either as they are not supported.
On vertical axis, the title is always rotated at 90°. When using short title like "Y" this become very strange, we must be able to set its rotation like the labels.
It would be very helpful to use the ReportParameters in own User Functions without passing them via an Expression.
When we have a string parameter, and we set the available values, we would like you to have a extra property to set if we have a blank value in the available list, it seems similar with the allow null properties, but sometimes we don't like the null checkbox, it needs more space and we can not translate it.
avatar Mike Posted 15 hours ago Is it possible to add the ability to assign a Style Name via Conditional Formatting in a future release of Report Designer in the Reporting Tool? We are using the Style Names for consistency with regards to fonts, sizes and padding. The ability to use the already existing Style Name as the Conditional Formatting result would be much simpler than having to recreate all of the Style Name's properties.
Telerik reporting for asp.net. I suggest to add the "locked" property to the each control that is put on the designer and to whole report likely this done in Crystal Reports from version 7. Sometimes it is hard not touch out suddenly some text box with mouse or keyboard on the designer and not change it size/location. Thank you very much Boris
Holding the Shift key should allow the selection of multiple items at once.
As the world of data visualization changes and the demands for features to the end-users allowing them to use visualisation methods such as dashboards and pivots allowing them to slice and dice runtime. Are there anything in the telerik roadmap which allows for this kind of product component? I see that competitors such as ComponentOne has Active analytics and Devexpress has dashboraddesigner and dashboardviwer as components in their toolbox. If anyone else are seeking the same oppertunity in the Telerik toolbox please feel free to comment. I am not really convinced this belongs in the reporting tool but as this was suggested by the team - so be it. What I am looking for is an end-user friendly way of visualising data without being knowledgeable of how to connect to databases and how to look for the right tables, but simply choosing pre populated "datasets" for presenting as - Charts - Gauges - Pivot tables - slice & dice - compare data based on easy selection of - date ranges - geografical presence So basically a dashboard designer allowing end user to Do Your Own. Thanks in advance for considering the suggestion
Add ability to create a rolling average series in a graph. Right now we can do aggregates over the whole series and RunningValue, but it would be good to be able to do RollingValue, where the number of previous values to include in the aggregate can be specified. This would allow us to do "rolling average over last 3 months" for example.
It should be possible to decorated Business Object Data Members with custom description, similar to FunctionAttribute and DescriptionAttribute for User functions, http://docs.telerik.com/reporting/expressions-user-functions#providing-metadata-for-functions It would be very useful to see custom documentation about data source types and -members when configuring a new Object Datasource for the report - more than Method, Type and Assembly which is displayed today. Original forum post: http://www.telerik.com/forums/providing-metadata-for-business-objects-(object-data-source)
Support printing to printers with unknown height such as Thermal Receipt Printers. I am currently testing with Epson TM-T20II to find that the vs2013 ide crashed whenever a print is attempted with a custom page size of 80mm width by 300mm height.