Hi,
Have the possibility to have the "Select Case" or "Switch" function in the expressions.
Thanks!
We separated our data objects into a library project and then referenced it via the web.config. It works as intended, both in the designer and during data retrieval, but to update the dll with more objects we have to restart the whole site.
It would be very useful if we could substitute our assemblies without restarting the website.
The Telerik.Reporting.Report class has the property ExternalStyleSheets which is an ExternalStyleSheetCollection.
This collection consists of objects of the type ExternalStylesheet which has private Name and ResourceKind properties.
Would be great and make sense to make these properties public since that would help when the external stylesheets need to be resolved dynamically, though a custom IReportSourceResolver for example.
I want to export a Report as a PNG image with transparent background.
I set the Style > Background to Transparent for the PictureBox in the detail section, for the Page and Detail sections, for the Report itself, and for Report > PageSettings. The PNG image is still rendered with white background.
We use Reporting REST Service to generate our reports. When exporting to BMP, EMF, GIF, JPEG, and PNG which are all multi-document formats, the downloaded documents are corrupted and cannot be opened in Image viewer.
The TIFF image, which is a single document is exported and opened as expected.
Using the Npgsql data provider of version 6.0.7 leads to the following error when there is a DateTime SQL parameter:
Can't write CLR type System.String with handler type TimestampTzHandler or Can't write CLR type System.String with handler type TimestampHandler.
This error is thrown only on Design-Time because the Design-Time value for the SQL parameter does not respect its selected DbType and is instead always a string.
My report contains emojis, and they are displayed properly in the designer and in the Html5 Viewer.
When I export to PDF, the emojis disappear. The emoji font is listed as embedded in the PDF file. Even if I embed the full font, the emojis are not displayed.
I am using the following Telerik configuration section in the Standalone Report Designer:
<Telerik.Reporting>
<extensions>
<render>
<extension name="IMAGE" description="JPEG">
<parameters>
<parameter name="OutputFormat" value="JPEG"/>
</parameters>
</extension>
</render>
</extensions>
</Telerik.Reporting>
When I try to render a report with multiple pages in JPEG, I receive the error message:
IMAGE rendering extension creates more than one stream. To render, please use the 'bool RenderReport(string format, IReportDocument reportDocument, Hashtable devicelnfo, CreateStream createStreamCallback, out string documentName)' overload instead.
I am using the HTML Report Viewer and have a report with a parameter that renders as a combobox in the parameter panel of the report viewer. The tab order of the report parameters do not follow the display order of the parameter fields, specifically any parameter fields that use comboboxes.
An example of this behavior is in the "Employee Sales" report on the Telerik Reporting demo site (https://demos.telerik.com/reporting/employee-sales). In the report there are 2 parameters, one for Report Date (using a date picker control) and another for Employee (which uses a combobox). The report viewer is configured to use the combobox option for viewing single and multi selects:
parameters: {
editors: {
singleSelect: telerikReportViewer.ParameterEditorTypes.COMBO_BOX,
multiSelect: telerikReportViewer.ParameterEditorTypes.COMBO_BOX
}
}
When rendered, the Report Date input has a tab index of 301 whereas the Employee combobox has a tabindex of 0. This results in the tab order of the parameter inputs to not follow the order in which they appear.
I have found that if the above settings are commented out, the tab order of the parameter fields works as expected, but results in a list view control instead of a combobox which is not desirable.
Is it possible to override the tabindex of a combobox parameter input to be set to a tabindex value that is relative to its siblings (i.e., 302) so that tabbing through the fields via keyboard is more natural?
We can use Telerik UI components with gRPC service however, Telerik reporting service and HTML 5 viewer do not support gRPC.
With gRPC use growing among the developers, we would like to see Telerik reporting support gRPC out of the box.
We have many reports that contain grids using Table controls. We are using the HTML Report Viewer with the enableAccessibility option set to “true” to display these reports to application users.
Using this configuration, the report when run in a browser generates markup using absolutely positioned DIVs instead of TABLE tags for the grids in the report. The accessibility company provided documentation that the generated report content is in violation of WCAG 2.1 A, 4.1.2, Name Value Role since the generated report content is neither a semantic HTML table nor adheres to the ARIA table pattern.
Since Reporting Tables are rendered as DIV elements, you need to ensure they implement the following ARIA Design Pattern specifications:
Add the "Not In" operator for the Filter rules - Filter Rules - Telerik Reporting.
Currently, when I create a report with the Standalone Designer and localize it, I can preview it only with the language of the machine where I run the designer.
It would be very helpful to have the option to select one of the languages I have set up during localization when previewing.
In my report, there are multiple stacked Panels. Each of them may fit on a single physical page. They all have KeepTogether set to True and I expected each of the Panels to start on a new page as two of them cannot fit on one page. This may not happen when I have Page sections though.
When I delete the PageHeader and/or PageFooter the Panels are displayed as expected. However, if I set the Visible of the Page sections to False, the problem persists.
It looks like the Page section's Height is taken into account when evaluating the KeepTogether behavior even for the pages where it is hidden. This shrinks the available physical area and the Reporting engine decides that the Panel cannot fit there, hence the next Panel starts from the current page rather than the next page as I think is correct.
I have a table with a dark background. In some scenarios, one or more data source fields may be empty, leaving the corresponding table cells with no content. When I export this report to DOCX, the empty cells contain strange white lines.
In the other export formats, the issue does not occur.
Here is how the table looks like in Word:
In the Web Designer, I can create OhlcSeries but I cannot find a way to provide the OHLC marks. Whatever I enter for Y value, in the Design view I see the error "The XML serializer cannot resolve type with name: Telerik.Reporting.OhlcMarks". In Preview the error is "An error has occurred while processing Graph 'graph1':ohlcSeries1: OHLC values value cannot be null or empty when using NumericalScale".
If I created an OHLC chart with the Standalone Designer and opened it in the Web Designer, the Y value would display "[object Object]" as seen in the linked screenshot.