Can I run the VS report designer in a .net 8 Class Library project?
I can do it with .net 4.8 but not with standard nor .net 8?
1 Answer, 1 is accepted
0
Dimitar
Telerik team
answered on 22 Apr 2025, 03:13 PM
Hi Alison,
The Visual Studio Report Designer is available only for .NET Framework projects I am afraid. You can still use already designed type reports in .NET applications but it won't be possible to open the designer in such a project.
Thank you for the verification. That is what I was getting.
So what is the best method to go about creating a Report Library Project. We need it to be .net 4.81 and .net 8.
How would be create the CS files? Or is everyone just embedding the TRDP files in their projects?
We have a mixed Solution with both .net 4.8.1 web app and Class Libraries which are .net 4.8 and .net 8 and looking for the best approach to handle this.
Dimitar
Telerik team
commented on 28 Apr 2025, 07:10 AM
Indeed, most of the Telerik Reporting users who target .NET have migrated their CS reports into TRDP/TRDX so that they can use the Standalone/Web Report Designers - Report Designer Tools at a Glance - Telerik Reporting.
If you instead wish to continue using CS reports, and you intend to keep using the Visual Studio Report Designer, the only option would be to keep 2 separate class libraries with the reports - .NET Framework and .NET class libraries. The former you will use to design your reports since the Visual Studio Report Designer will be openable there while the latter will have the reports from the former linked in it and will be used only for building a .NET assembly with the reports that you can reference in your project so that you can load the report types.