The Upgrade Wizard should show information about the important changes from the old version up to the current one. I.e, if the client upgrades from R1 2016 to R3 2017, the wizard should aggregate and show all the important changes between these versions.
Need a way to export a drill down report with the visibility toggles as they are set in the Reportviewer.
Currently, if row visibility is something other than the default, if you export a report using the suggessted method:
Dim result As Telerik.Reporting.Processing.RenderingResult = _
reportProcessor.RenderReport("PDF", ReportViewer2.ReportSource, New Hashtable())
Using fs As New System.IO.FileStream(filenamePDF, System.IO.FileMode.Create)
fs.Write(result.DocumentBytes, 0, result.DocumentBytes.Length)
End Using
It loses the user defined visibility and exports the default.
If you use the Reportviewer.ExportReport() call, the report retains it's visibility, HOWEVER it prompts a file save dialogue. Unfortunately we cannot allow file browsing for our clients.
If we simply had an option with ReportViewer.ExportReport() to specify the file path to save to (preventing the file dialogue from popping up), this would be a non-issue.
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 a great help to have a feature that can copy a whole Column in a crosstab to another one.
As opposed to having to iterate through every entity in a report using send to front/back, how about just creating the PDF in the order in which the entities exist on the report? Ignore the order in which the entities were created - export them in the order they appear
On the design surface, there is no indication of the z-order of the sibling items nor an easy visual way to change it. Please improve this.
The images rendered by the XAML rendering extensions are using Linear scaling mode for fastest processing. This method decreases the quality of the rendered image, when image scaling occurs. The preferred scaling mode should be set through extension's Device Information Settings.
Interactive Action events are triggered when a report is in preview and the user moves over an item with configured action. Actions are triggered by click, that cannot be replaced with other key combination. It is be more useful if there is an option to set the key combination or other interaction that should trigger the action.
We need ein new Function in the group "Aggregates" to insert a "SubTotal". It means a function like "Sum(expression)", but it provides not the sum of the whole group, rather the Sum of des Group until this Page. It is normaly printes on the pageFooter-Section or groupFooter-Section. But it would be nice to have this Sum on the next Page of the groupHeader.
Add support for WKT - POINT and LINESTRING formats in shapeMapSeries to display point and line objects on the map. Our team works closely in the road industry, where there are many point and line objects that need to be displayed on the map. These objects can have aggregated data, which can be displayed in different color and type of lines. In addition, such point objects as road signs would be good to be able to display in the form of well-known notations from pictures that are pulled dynamically. See also http://www.telerik.com/forums/objects-on-map#kClfHLNy5kWfh44rXndNcQ
we have the ability to conditionally display a label on the x-axis. Thereby displaying only some x-axis dates, for instance, but not all of them. Can you enhance the product to allow for the displaying of tick marks only for the values (dates in this case) displayed?
Create new parameters control (as same included in report viewer controls for WebUI, WinUI, ...); to provide the ability to gathering user values but without rendering the report. It will help scheduling and background generation of reports.
Hello. Telerik replied: "The encryption we use for password protection in PDF rendering is rc4 with key length of 256. Changing the encryption level is not supported at the moment." It would be really useful having this feature. Kind regards. Jose
How can I create and export a "library" type report that features an overview of my content by article name, author, posting date, and any tags or categorization?
Self referencing parent-child hierarchies (i.e. Manager-Employee) are a common structure, They should be supported in your grouping mechanisms. Currently this is only possible thru a workaround as in http://www.telerik.com/forums/cross-tab-report-with-a-self-referencing-hierarchy#7p4BaddGV0iam8J6bT_dpQ I believe an enterprise reporting tool should support this out of the box. Thanks, Henry
having the htmlTextBox in the report viewer is a big help when it comes to multi-formatted text, however, we also want those formatting to be applied when the user exports the report to excel worksheet instead of just plain text like what's happening now. It's tedious breaking block of text into table cells just to apply individual formatting for each part.
To be able to change the branding from Telerik to our own company or product specific banding. For instance MyApp Report Server with own images.
hi Team, in pie chart reporting , we are looking for explode option similar to htmlpiechart . I have attached the required format in the image, please look in to the possibility and let me know.
There should be a feature to have 3D look and feel for bargraphs. Telerik Report does not support that