Completed
Last Updated: 15 Mar 2023 11:25 by ADMIN
Release R1 2023 SP1
Alessandro
Created on: 07 Feb 2023 13:20
Type: Bug Report
3
.NET Standalone Report Designer cannot edit SubReport item ReportSource property

I noticed that using the Standalone Report Designer for .NET, I can't open the "ReportSource" dialog for a SubReport. The property cannot be edited from the Properties tab either.

Instead, when using the Standalone Report Designer for .NET Framework everything works fine.

2 comments
ADMIN
Dimitar
Posted on: 02 Mar 2023 14:22

Hello Jeffrey,

We have scheduled a fix for this issue with the R1 SP1 2023 scheduled for later this month.

In the meantime, the easier workaround is to use the .NET Framework Standalone Report Designer to edit the SubReports. It can be started from the following path if the product was installed with the default settings:

C:\Program Files (x86)\Progress\Telerik Reporting <Release>\Report Designer

Still, if you wish to use code to do this instead, you would need to unpackage/deserialize the main TRDP/TRDX report in order to be able to edit it, then you may see the example from the Setting the SubReport ReportSource article.

Please let me know if you have any other questions. Thank you for using Telerik Reporting!

Regards,
Dimitar
Progress Telerik

Brand new Telerik Reporting course in Virtual Classroom - the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products. Check it out at https://learn.telerik.com/.
Jeffrey
Posted on: 28 Feb 2023 15:56

Is there a work around this this?

 

Can we connect the subreport parameter to the main report parameter within code, without having to define the whole report in code?