I saw here http://www.telerik.com/forums/tooltip-on-pie-chart that there is no Tooltip Function for Telerik Reporting in the Line Charts right now. Is that still correct? If yes please take it on your list because it is a very important Feature for my customers! Many thanks Markus
It would be useful to have tooltips to table header columns so we can explain what each column is showing.
It would be very helpful to have a tooltip (connected to a Fields.x) inside a Crosstab.
These 2 functions will allow special actions to be applied to the first and/or last pages, such as displaying "Continued..." in a Group Footer Section, on all but the last page. These functions must be available in all sections of the Report. Currently the PageNumber and PageCount Properties are only available in the Page Header or Page Footer Sections. Therefore they cannot be used with Bindings or Conditional Formatting in the Detail Section, Group Header Section or Group Footer Section.
This should also be supported in the standalone designer. There is currently a workaround via external assembly but this is not very elegant.
Please consider giving the possibility to reload a report prepared and stored to disk in the report viewer at a later time.
Service Stack 4 support, specifically to integrate reports into sitefinity Option 2 is a github os provider we can use perhaps...
Add a StyleName property for the NoDataStyle so it can use styles from an external stylesheet.
Without code behind, with a conditional formating changing the Visibility, to avoid empty space in the final report, the control must have its Height put to 0. But then it isn't visible anymore in the designer. With a DesignHeight, it could be still visible in the designer. The other solution would be to be able to change the Height in conditional formating.
It would be nice to have an image filter option when exporting reports to PDF. For example we need to export an image to PDF using the "Flate" algorithm so that the image is not compressed in any way.
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.