I have a report with a Graph with BarSeries and DateTime X-axis and Numerical Y-axis. The Series has ToolTip that is displayed correctly in the Standalone Report Designer. However, the Html5 Report Viewer does not display the tooltips. The HTML element for the bars does not contain the needed attributes:
data-tooltip-title="Value" data-tooltip-text="10" data-role="tooltip"
and looks like this:
<path d="M588.32 51.51 L589.05 51.51 L589.05 242.89 L588.32 242.89 Z" fill="none" stroke="lime" stroke-width="2" stroke-dasharray="none" stroke-linejoin="bevel" stroke-linecap="butt"></path>
If you add the following HTML text that contains two identical paragraphs in an HtmlTextBox, the first paragraph will contain the bold/strong text and the second will not. The specified font family doesn't have a font face for the bold text installed:
<p><span style="font-size: 9pt; font-family: arialmt"><strong>BILLING</strong> The total cost of the hearing aid(s), </span></p>
<p><span style="font-size: 9pt; font-family: arialmt"><strong>BILLING</strong> The total cost of the hearing aid(s), </span></p>
If you use two HtmlTextBoxes to display the two paragraphs, the second HtmlTextBox won't contain the bold text.
When you use a font family, which bold font face is installed, the HTML is rendered consistently.
Hello,
The Telerik Reporting REST service with CubeDataSource component that now can only be used with the .NET Framework.
We'd like to request that this component for .NET Core 6.
Thanks in advance.
<Nullable>enable</Nullable>
validation errors are returned for endpoint which accept null (or nothing) for parameters.
There seems to be an issue with the filter / parameters with comma separated values for Multivalue. I've tried numerous ways to get this to work directly in the preview function on the report designer. Nothing done so far works.
Set Filter to multi
Set Parameter to IN
Typed in value, value - typed in 'value','value', etc. This is a basic text field so I am not certain as to what exactly should be put in the filter box to allow for 2 or more values in a filter.
This produces data on the report with IN and Multivalue
This produces an error
The current data set presented in the report did not produce any significant content, so no pages were generated. If you need to see the whole report content, including blank pages, please contact the report author.
Please advise exactly how to do this with an example. I have scoured the forums and the documentation with no relevant information that works for a multiple value field.
Thanks in advance.
Allison
The TOC may be rendered with incorrect font size and incomplete LeaderSymbols when rendered with libgdiplus under Docker with Linux. See the linked screenshot.
Hi,
I request you to add a new property in the report object when we unpackage the TRDP file to get a list of fields that are used in the report template.
Currently, We are not able to identify how much data we need to extract from the database as we are using the ObjectDataSource component in the report we have the number of fields in the data source but fewer were used in the report template hence on the performance point of view we need to get data only for those fields.
Thanks.
When building report templates in the Standalone Report Designer, it would be very helpful to have a keyboard shortcut to access the Property Browser and possibly the other panels (Report Explorer, Data Explorer, Group Explorer).
I have grown accustomed to the shortcuts available in Visual Studio for similar access. For instance, the F4 key will jump to the Visual Studio Properties panel (at least in my configuration) from a designer window. This makes it easy to update things like field name, size, location, and other properties without constantly reaching for the mouse.
Visual Studio uses Control-R to access its Project Explorer (again, in my C#-centric configuration), perhaps similar to the Report Designer's Report Explorer.
Adding these keyboard shortcuts, whether fixed to specific keys or configurable, would speed up report development for keyboard-bound programmers like me.
If you drag and drop a List in a Report in the Web Report Designer, and then reduce its height and the height of its inner Panel from the Property editor, initially, the changes are respected. When you save the changes and reopen the same report, the Panel recovers its previous Height.
The issue is not reproducible when modifying List or Panel size with mouse dragging.