Unplanned
Last Updated: 02 Apr 2025 08:32 by Patrick
Patrick
Created on: 02 Apr 2025 08:32
Type: Bug Report
1
Import Report Wizard in the Standalone Report Designer tries to instantiate abstract classes that inherit from Telerik.Reporting.Report

I have created an abstract class in my report library that inherits from Telerik.Reporting.Report. When I try to load the project's assembly in the Standalone Report Designer to import those reports as TRDP, an exception is thrown while the application tries to load the assembly that there are report types that do not have a parameterless constructor.

To resolve the issue, I had to remove the 'abstract' modifier. However, that should not be necessary. The wizard should ignore abstract classes or at the very least, let me import the other report types while displaying a message that there are report types with parameterless constructors.

0 comments