Unplanned
Last Updated: 11 Oct 2021 09:22 by ADMIN

I have a Windows Forms application that references a Reports_Library.dll that contains my CLR reports.  I want to use the ReportBook in VS, so I followed all of the online tutorials.  However, I'm having an issue using the ReportBook.  

My Steps:

  1. Create a new form
  2. Add a Report Viewer to the form (I don't add any report source to the viewer at this time)
  3. I add a ReportBook to the form and a dialog box appears with the title of "Report Sources..."  I click on "New" and then I click on "Type name".  From there I click the drop-down under "Select a Report Type" and there are no options...  Usually, when following this procedure with a ReportViewer, there is an option that says <Select Report Document>.  I click on that and then choose my document from the Reports Library.  However, I don't have the option to do that because the drop-down is blank.
Unplanned
Last Updated: 21 Oct 2021 14:14 by ADMIN

Our manufacturing floor needs to have unprintable characters encoded in the data matrix in our reports, so that our plant controllers can receive instructions.  The characters I'm speaking about are things like the Record Separator (ASCII 1E), Group Separator (ASCII 1D), and End of Transmission (ASCII 4).  

 

Unplanned
Last Updated: 14 Oct 2021 21:14 by ADMIN

You can have the three styles in HtmlTextBox. For example:

<strong>bold</strong>, <em>italics</em> , <span style="text-decoration: underline">underling</span>

However, if you use expression, for example:

= IIF( Parameters.Parameter1.Value , "<strong>bold</strong>, <em>italics</em> , <span style="text-decoration: underline">underling</span>","some bold text ")

Then the expression cannot be evaluated and an error is thrown.

 

Completed
Last Updated: 10 Nov 2021 16:55 by ADMIN
Release R3 2021 SP1
The base Implementation of ReportDesignerControllerBase.RenderPictureBoxAsync does not consider the configured IDefinitionStorage and respectively its IDefinitionStorage.BaseDir property.
Unplanned
Last Updated: 04 Jan 2022 07:35 by ADMIN
Created by: Neli
Comments: 1
Category: Reporting
Type: Feature Request
1
With this feature request, we would like to ask you what new functions you would like to have in our report designers. 
Completed
Last Updated: 10 Nov 2021 16:55 by ADMIN
Release R3 2021 SP1
Created by: Shannon
Comments: 0
Category: Reporting
Type: Bug Report
1

Pasting a HEX value to  a report item whose color has not been set before leads to the error:

"An error has occurred. NaN is not a valid value for Int32."

The workaround is to set the color of that property through the ColorPicker control before attempting to paste the new HEX color. If a color has been selected before, the issue is not present.

Declined
Last Updated: 04 Nov 2021 07:26 by ADMIN

Currently there appears to be no functionality available to add additional attachments via the Telerik Reporting Send Mail dialog or programmatically by passing parameters to the Report Viewer using a model.

 

Scenario 1:

- When we email a new Quote, which is a Telerik Report, to a Customer we would like to automatically attach a "New Products Brochure". The brochure is a frequently updated pdf document that would reside on the server.

 

Scenario 2:

- When we email a Customer Invoice, which is a Telerik Report, to a Customer if:

1) It is the 1st Invoice we have sent them for the current Agreement then automatically attach the Agreement related to Invoice - where the Agreement is another Telerik Report.

2) The Customer has an outstanding balance with us then attach a "Customer Statement", which is another Telerik Report, in pdf format.

 

Thanks in advance.

 


Unplanned
Last Updated: 02 Nov 2021 14:48 by ADMIN

When trying to use XML markup as Report Source for a SubReport, the error "Root element is missing" is being thrown. 

The input field taking the XML markup seems to initially read only the first row of the XML markup. To work around this issue, expand the input field dropdown and select the <Expression> option then paste the XML markup and save.

Unplanned
Last Updated: 01 Nov 2021 13:22 by ADMIN
Created by: Sherri
Comments: 0
Category: Reporting
Type: Bug Report
1

Consider the following expression of HtmlTextBox:

= " <span style="text-decoration: underline">hello</span>"

It is evaluated as invalid due to the quotes. However, it works if you replace the inner ones with single quotes:

= " <span style="text-decoration: underline">hello</span>"

Unplanned
Last Updated: 01 Nov 2021 15:44 by ADMIN
The Web Report Designer CSV Data Source Wizard throws errors when the FileDefinitionStorage folder does not contain a Resources subfolder.
Unplanned
Last Updated: 22 Nov 2021 12:02 by ADMIN

Hi admin/team,

we are using HTMLTextBox to display big paragraph text using panel. The paragraph text is having numbered list [Ordered list and Unordered list] content. The report rendering PDF format, the paragrah text has auto corrected number list. We dont want auto corrected number list and should display as we have in paragraph. 

Could you please help on this. Do we have any specific properties ? Thanks

For your reference: Highlighted color -> Expected: some points are start with '6.' numbered list 

Actual-> Auto corrected numbered list and start from '1.'

 

in website Chrome Browser (Expected)

in Report Viewer PDF format(Actual)

Unplanned
Last Updated: 17 Nov 2021 16:25 by ADMIN
Created by: Steve
Comments: 0
Category: Reporting
Type: Feature Request
1
Currently, if you use an Expression to change the parameter's Text, it will be correctly evaluated only the first time when the report is rendered. Let's say you have 2 parameters- Parameter1 and Parameter2. The Text property of the second parameter is based on the Value of the first. However, if you change the value of the first parameter, then the Text of the second will not be updated.
Unplanned
Last Updated: 16 Dec 2021 09:44 by ADMIN

OnGetDocument and OnCreateDocument can be overridden in the ASP.NET Web API ReportsController to modify the report documents as explained in the KB Modify exported report document prior to serving it to the viewer client.

In ASP.NET Core this is not possible as OnGetDocument and OnCreateDocument don't exist.

Unplanned
Last Updated: 10 Jan 2022 11:43 by ADMIN
Created by: Monique
Comments: 1
Category: Reporting
Type: Bug Report
1
Users/I can't enter a negative value in the parameter area in the report.   I'm trying to entire Amounts over -500 or Amounts under -1. The same behavior is observed in the WinForms Report Viewer.
Unplanned
Last Updated: 17 Jan 2022 10:19 by ADMIN

As I outlined in my Issue with the Cross-section Item post to the forums, the current implementation of the cross-section item carries the following limitation:

The Cross-section item uses the report's data context and cannot be evaluated against detail or group data. The processing engine produces a single instance per each Cross-section item in the report definition, therefore its style or visibility cannot be changed based on data fields.

For invoice (or sales order) style reports this places a severe limitation on the complexity of the report.

One of my current projects requires me to create a report layout that can be run for multiple invoices from multiple customers, where each customer has their own unique set of flags that control what information is included on their invoices for each line item of the invoice.

My current version of this report works great when it is run for a single invoice or invoices from a single customer (or from customers who use the exact same set of print flags) by binding the visibility and begin/end margin values of the lines that start in the groupHeader section, cross through the detailSection, before finally terminating in the groupFooter section.

This can be seen clearly in the 2 attached invoices, one with lots of columns of information (called: Invoice with lots of detail columns.png), and another where the customer has been configured with all the additional information toggled off (called: Invoice with minimal detail columns.png).

Unfortunately, because of the cross-section item's current limitation, when I run the report for both invoices the lines attributes/visibility are set based on the customer flags of the "first" invoice in the group, and do not get reset for subsequent invoices.  This can be seen in the attached file: Behavior when including both invoices.png.

I understand that if a cross-section item begins/ends in a page/report header/footer, then having it's attributes change based on group-specific data would be less than ideal.  But when the line beginning and end points are restricted to a group header and footer, as it always would be for a report layout used for multiple invoices or sales orders, then having that line's attributes change based on the data is the only way to use this functionality for these types of complex reports.

NOTE: While there is a workaround using the attributes/visibility of detail columns, vertical lines in the detail section, and their associated headers and totals textboxes in the groupHeader and groupFooter, it results in an unprofessionial looking report because of the difficulty in getting the variable border and detail vertical lines to line up precisely (and it is very time-consuming to try to implement).

 

SUMMARY:

Changing the Cross-section item implementation to allow it's data context to be evaluated against detail or group data when the line's terminators are restricted to groupHeader/Footers would allow for its use in more complicated report layouts.

 

BTW: interally, we refer to these reports as Mighty Morphing Invoice Reports™!!!

 

Unplanned
Last Updated: 12 Jan 2022 14:45 by ADMIN
Created by: EntSoftSol
Comments: 0
Category: Reporting
Type: Feature Request
1
It will be very helpful if users can access the sorting parameters (field name and direction) for this sorting request.
Duplicated
Last Updated: 31 Mar 2022 09:56 by ADMIN
Created by: David
Comments: 1
Category: Reporting
Type: Feature Request
1
MAUI would truly benefit from a reporting engine. While MAUI with Blazor could supposedly use your Reporting engine, that is less straightforward than such an engine working directly with MAUI.
Unplanned
Last Updated: 25 Jan 2022 14:02 by ADMIN
Allow users to change the headers in a csv for an exported pie chart/graph.
Unplanned
Last Updated: 25 Jan 2022 11:17 by ADMIN
The Drag and Drop functionality of data field doesn't work when a TextBox is localized in the Web Report Designer.
Completed
Last Updated: 17 Feb 2022 15:20 by ADMIN
Release Release R1 2022 (Latest Internal Build)
It would be nice to replace the dropdown with data providers when adding a new SQL DataSource in the Web Report Designer. This would allow using  3rd party data providers and such that are not registered in the machine config.