Is there any kind of runtime engine for Business Objects .REP and/or .WID files? I have been searching, but I have not found anything.
NOTE: I am not referring to .RPT and/or Crystal Reports
For example, if I wanted to open a .REP report within in a .Net application, how would this be done?
The processing will happen on the server for WID files, but there is a ReportEngine for processing them.
I am not familiar with .NET but the Java code is as such:
Hopefully this helps.