Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

I’m looking for an Html report generator through an API that can be used with my current MFC/WIN32 C++ application (C# .net API is also fine).

For example, I’m looking for an API that I can call from my current C++ app and say:
1 - Create a report with the following title, page header and footer
1 – Insert one or multiple images at specific locations on the report pages
2 – Insert text at a specific locations
3 - Create a table with x columns by x rows and insert the following data...
4 – Update the text that was inserted at page x with the following text…

Wondering if anyone has any ideas/suggestions
Posted
Updated 19-Jun-15 10:14am
v2
Comments
Frankie-C 20-Jun-15 13:43pm    
Have you tried to google "Open Source HTML report generator" ?
Mike Kuna 23-Jun-15 9:46am    
Yes I did, I have not found much. However I was curious to know the opinion of the programmers community on the subject :)

1 solution

One open source solution for reporting is: Report Manager[^]

But a professional solution that works with C++ also with .NET is Crystal Reports[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900