logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
henk@databalk.nu  
#1 Posted : Thursday, October 14, 2021 8:35:12 PM(UTC)
henk@databalk.nu

Rank: Newbie

Groups: Registered
Joined: 10/14/2021(UTC)
Posts: 1
Netherlands
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
epf  
#2 Posted : Friday, October 15, 2021 6:40:26 AM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 205 time(s) in 198 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#lineModels

I 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.
Users browsing this topic
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.