cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Crystal Report (full version) vs Visual Studio 2022 version and development approach

dimgar
Explorer
0 Likes
1,027

What is the best approach for new developer:

1. create reports with the full version and integrate afterwards the reports in a WPF C# application in Visual Studio 2022

2. create reports directly in Visual Studio 2022 ?

Do they have the same functionalities and same userfriendly utilisation?

Thanks in advance for your answers.

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Likes

They are similar, although the full version has a bit more functionality and can access more types of data. However, if you're going to run reports based on ADO.NET datasets from your application instead of connecting reports directly to the database, you'll need to use the VS version.

-Dell

dimgar
Explorer
0 Likes

Thanks Dell, I'm using Entity Framework Core what would you do in that case?

DellSC
Active Contributor
0 Likes

I haven't used Entity Framework Core, so I'm not sure what to tell you other than if it doesn't resolve to ADO.NET datasets, you'll have to connect directly to the database. don2022, do you have any thoughts on this?

-Dell

Answers (0)