Seal Report Forum
»
Report Edition
»
Data Source Creation
»
How to migrate from Crystal Reports to SealReport
Rank: Newbie
Groups: Registered
Joined: 10/14/2021(UTC) Posts: 1 Location: Noord-Brabant
|
At the moment we have many functionalities written in C# that use Crystal Reports for reporting purposes. The data for these reports is obtained by the business logic using Entity Framework and next passed to the CR report. We want to replace CR by an alternative and SealReport seams to be a good candidate. We want to keep the effort as low as possible. So my question is whether SealReport can accept data passed by business logic rather than having its own connection to the database. So the SealReport shouldd not have a database connection. Is this possible and where can I find more information about this?
Thanks in advance, Henk
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
Hi, difficult to answer, SR is using the .Net object DataTables for each model. So you may generate your DataTable from other sources (check the reports in Samples\02-LINQ with Excel, Json request, etc.). Check https://sealreport.org/Reports#lineModelsI guess you should use a LINQ Data Source that defines the tables got our business logic layer... Eventually you may even define Joins between your tables. Good luck.
|
|
|
|
Seal Report Forum
»
Report Edition
»
Data Source Creation
»
How to migrate from Crystal Reports to SealReport
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.