Completed
Last Updated: 15 Sep 2021 14:27 by ADMIN
Created by: Bernard
Comments: 2
Category: Reporting
Type: Feature Request
1

Hello, 

 

I can see that we can operate over a file definition using save, open, and save as. It would also be nice to be able to download the report definition as well. 

Declined
Last Updated: 10 Sep 2021 06:33 by Rahul
Created by: Mhd.Ahd
Comments: 2
Category: Reporting
Type: Feature Request
0
When using multi-child select statement like the below:

SELECT ORG, C1, C2, ... FROM (
   (SELECT X FROM Y WHERE Z1 = xxx AND Z2 = :param1 AND DATE BETWEEN :param2 AND :param3) C1,
   (SELECT X FROM Y WHERE Z1 = yyy AND Z2 = :param1 AND DATE BETWEEN :param2 AND :param3) C2,
   ...
)
Then binding with report parameter will be like:
param1 = rpt_param1
param2 = rpt_param2
param3 = rpt_param3

The an error occurred while excuting the query in the datasource wizard.
Also, some time the wizard accepts the query but the preview mode will display the same error.
The error is "ORA-01008 : Not all variables bound"

______________________________________
Workaround: Don't use the same query parameter in more than one child select statement. Create new datasource parameters per each select statement; then bind them all to the same report parameter. 

SELECT ORG, C1, C2, ... FROM (
   (SELECT X FROM Y WHERE Z1 = xxx AND Z2 = :param11 AND DATE BETWEEN :param12 AND :param13) C1,
   (SELECT X FROM Y WHERE Z1 = yyy AND Z2 = :param21 AND DATE BETWEEN :param22 AND :param23) C2,
   ...
)
Then binding with report parameter will be like:
param11 = rpt_param1
param21 = rpt_param1
param12 = rpt_param2
param22 = rpt_param2
param13 = rpt_param3
param23 = rpt_param3
______________________________________
Products:
* Report Designer v2014.Q2
* Oracle Database 10g1, 10g2 or 12c
* Oracle Client: ODTwithODAC 12.1.0.1.0 Or Less
Unplanned
Last Updated: 06 Sep 2021 12:42 by ADMIN

The parameter editors with Available Values are pushed down by the buttons 'clear selection'/'select all'. This makes them misaligned with respect to the parameters without Available Values:

Completed
Last Updated: 06 Sep 2021 12:26 by ADMIN
Release R3 2019 SP2
The Preview button when the parameters are visible appears in the top left corner of the parameters area and overlaps with the parameter editors.
Unplanned
Last Updated: 31 Aug 2021 10:51 by ADMIN

The padding statement works when the report is run in the designer, but not in the HTML MVC report view.

It looks like the padding is applied to the second line and not where it is placed.

In other words, it works when viewed in the designer, but not in the website.

= "<span style='padding-top: 30px'>" + Fields.FirstName + " " + Fields.LastName + 
IIf(Len(Fields.Title)>=1, ", " + HtmlEncode(Fields.Title), "") + "</span><br>" +
"<u>Email</u>: " + IsNull(Fields.EmailAddress, "") + "<br>" +
"<u>Phone</u>: " + IsNull(Fields.Phone, "") + "<br>" +
"<u>Cell</u>: " + IsNull(Fields.Cell, "")

//Designer

//HTML Viewer

Unplanned
Last Updated: 27 Aug 2021 14:49 by ADMIN
Consider the following scenario: if you have a filter in the table which is based on a date report parameter. However, based on the selected date, there are no records in the table, you see the No pages to display message in the viewer, however, the parameters are is grayed out and you are not able to select a new date until you don't refresh the report. If you set the SkipBlankPages to False, the behavior is not reproduced. As a workaround, you can set the NoDataMessage property of the table.
Completed
Last Updated: 25 Aug 2021 13:44 by ADMIN
In WebReportDesigner for Blazor application I cannot find the already set WebServiceDataSource parameters. When I try to create a table using the table wizard and select the existing WebServiceDataSource, I don't see any Data Source Fields.
Unplanned
Last Updated: 20 Aug 2021 12:38 by ADMIN
1. Create a report that has a text box with an interactive action Toggle Visibility or Sorting.
2. Before opening the report with the HTML5 viewer, add
                    interactiveActionExecuting: function (e, args) {
                        args.cancel = true;
                    },
to its' initialization
3. Open the report with the HTML5 report viewer.
4. Click the text box with the interactive action

Expected: nothing happens
Actual: The report content becomes hidden
Unplanned
Last Updated: 19 Aug 2021 13:33 by ADMIN
When you navigate between the pages it's working well the first 2-3 times but after that, when you try to navigate to a page, you are redirected each time to the first page.
Unplanned
Last Updated: 11 Aug 2021 13:28 by ADMIN
Created by: Andreas
Comments: 1
Category: Reporting
Type: Feature Request
10

I need SVG background images which are rendered as vectors to PDF (not rasterized) - just like with PictureBoxes.

Unplanned
Last Updated: 10 Aug 2021 15:37 by ADMIN
If you try setting a BackgroundColor in a graph through a Binding, this won't work if the expression a field from datasource.
Unplanned
Last Updated: 10 Aug 2021 12:17 by ADMIN
Changing the ColumnCount in the Web Report Designer is not visually affecting the report layout. The functionality still works as expected but in the report layout, there is no visual indication about the number of columns that the report has.
Unplanned
Last Updated: 09 Aug 2021 10:40 by ADMIN

The HtmlTextBox renders less space between the bullet point and text:

Unplanned
Last Updated: 09 Aug 2021 10:29 by ADMIN

Below is the outcome from design time:


And here you see the outcome from the preview:

Unplanned
Last Updated: 09 Aug 2021 06:30 by ADMIN
Create the option to choose a SubReport from the report templates stored in the IDefinitionStorage.
Unplanned
Last Updated: 06 Aug 2021 14:19 by ADMIN
Please, add an option for setting gradient colors for the background of text box, header, table headers etc.
Unplanned
Last Updated: 06 Aug 2021 06:45 by ADMIN

Cannot provide a valid design-time value for multivalue report parameter and thus cannot preview the data and check whether the query is returning anything. When using a multivalue report parameter of type Int, you may get the following error:

Failed to convert parameter value from a String to a Int32

This does not in any way affect the runtime behavior of the report and if the query is correct, the data is retrieved at runtime, and the report loads as expected.

Unplanned
Last Updated: 30 Jul 2021 08:09 by ADMIN
When using the HTML5 ReportViewer with the SmartAdmin and viewing on an iPad in "Desktop Website" navigating via the menu is not possible.  Changing to "Request Mobile Website" automatically enables the menu to work again. 
Unplanned
Last Updated: 28 Jul 2021 10:24 by ADMIN

We use Html Report viewer for rendering reports based on Telerik Reporting.

We observe the following issue with report parameters with AvailableValues configured and Multivalue = true:

When there are one or more items from the available options selected - manually unselecting all of them leads to rendering a report as if the last unselected option is still selected leading to wrong result

 All other operations over the multivalue parameter work fine.

The issue occurs only in List type Parameter editors. With ComboBox editors this works as expected.

Unplanned
Last Updated: 23 Jul 2021 14:56 by ADMIN

I want each time a user logs out from my application its session in the Reporting REST Service also to expire. I tried to perform the Unregister Client request with a custom code. However, I need the clientId and there is no straightforward way to get its value from the viewer.

It turns out that the Reporting REST Service keeps its own client sessions that are different from the hosting application sessions. For that reason, the Telerik Reporting REST Service doesn't know whether a user is logged in/out in the main application. Therefore, a Logout functionality in the viewer will be beneficial for scenarios like the described one.