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.
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.