Please provide an option to launch a sub report directly from within the main report designer (standalone version). Example, in Crystal reports, if there is a sub report within a report, a user can double click that sub report and it opens it as a new report tab. This is very convenient rather then having to chase down the path to the subreport and open it manually.
When in Print Preview, allow the user to view more than one page at a time. Maybe using the zoom out or mouse wheel to show more and zoom in to show less. Thanks!
As a developer I would like to have a built-in support for rendering various gauges in the report content So that I can represent numeric values in a visually appealing way.
A Reporting engine should expose the ability to control the layout of the table of contents\Document Map. Reports are not always data driven and should give the ability to display the contents of the report at different levels, much like Microsoft Word does with their table of contents.
For some reason the export is suppressing leading spaces spaces in front of cells with text so they are not indenting properly. Padding is also ignored.
When we do a copy/cut and paste operation of controls (textbox, htmltextbox, etc.), paste the controls at the mouse position. Thanks
The Labels to be displayed on a Numerical Scale Axis are currently set automatically. The user can control the scale range via Axis Scale Minimum and Maximum properties. The user can control also the Label Step. However, the exact Axis Labels to be shown are calculated automatically and cannot be controlled directly by the user. For example the user cannot force the Axis Labels to start from the Minimum value.
request to add groups on the right side of a Table
add the possibility of show the parameters area on right/left/below of report viewer.
Right now, if I want a textbox to always take up space, even if visibility is set to false, I need to wrap it in a panel. I would love to be able to just check a boolean and have this done behind the scenes. Having everything wrapped in panels makes things a pain to rearrange and needlessly complex. Barring that, at the minimum, having a function to "wrap" a textbox with a panel would be nice so I don't have to create one, move the textbox, make the panel match the dimensions of the textbox, drop the textbox in, and then move the panel back where the textbox was.
Currently the images loaded in PictureBox item and Style's BackgroundImage property are rendered preserving the item's physical size. This causes scaling when the machine's DPI is different than the image DPI and affects the image quality. A specific option should allow the images to be rendered without being altered, including applying antialiasing on the target graphics object.
When using multiple Condition Formatting Rules, the only option is the AND. An OR option should also be available.
Add support for reusable items. Create a report item like Panel, Table or Graph and then export and share to other reports. If a reusable item is modified a change can be propagated to all reports that use this reusable item.
As a reports author I need ranking functions ( https://docs.microsoft.com/en-us/sql/t-sql/functions/ranking-functions-transact-sql ) so that I can use them in specific scenarios.
This will be useful when small changes should be applied to a report based on the current rendering format. For example the following expression will be possible: = "Is the document PDF: " + RenderingExtension = "PDF"
Currently, we can control if the PageHeader section should be rendered as an Excel native page header or as regular rows. The latter option always makes these rows frozen in the Excel sheet. It would be good to have this customizable (frozen/not frozen).
It would be nice to have an option on the report book to Collate and set a Multi-Value Parameter or Data field as the list for collation. Essentially if i have 3 reports (A, B & C) and they have parameters of Start Date, End Date and Client(Multi-Value) and i want to collate by selected clients. The report book should then render the report as follows Report A - Client 1 Report B - Client 1 Report C - Client 1 ... Report A - Client 2 Report B - Client 2 Report C - Client 2 ... Report A - Client 3 Report B - Client 3 Report C - Client 3 Collation is a very common scenario when working with multiple reports
When printing large runs of multi page documents (production work orders where each job is 5 pages and we are printing 100 jobs), to support stapling options on the printers. All office products support this and PDF programs.
As a reports user I would like more options for Line Styles in Chart plots. Currently the options are Solid, Dashed and Dotted. As a start it would be great to replicate the options in the Kendo UI Line Charts dashStyle enumeration: https://docs.telerik.com/kendo-ui/controls/charts/chart-types/line-charts#configuration-Types As the perfect option list for me: Solid ShortDash ShortDot ShortDashDot ShortDashDotDot Dot Dash LongDash DashDot LongDashDot LongDashDotDot Thanks
Hello, today I inserted many textboxes and fields from data source and draw my own table. Problem is, if more than one field is near one positon i cant position the field exactly. If i marked more than one object i can't set x or y position per input. My idea is, mark all objects, open the position option and set for example from left 1cm, hight from the objects stays the same Thanks!