cancel
Showing results for 
Search instead for 
Did you mean: 

How to user SAP BO webi or Designer studio reports in WPF or any other windows application

former_member184088
Contributor
0 Kudos

Hello

How to user SAP BO webi or Designer studio reports in WPF or any other windows application?

for web portal we can use open document link but one of team want to use webi reports in windows base application like with C# WPF. Any idea about this kind of requirement.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

Unfortunately, the ReportEngine SDK that you would use to display Webi reports is no longer available for .NET (it was available in 3.1 and earlier but has been mostly replaced by the RESTful web services.)

There is a Java version of the ReportEngine SDK, but I'm not entirely sure that it has a non-web viewer available.  A work-around for this might be to open the report and export it to PDF or Excel and use those tools to view it.  However, you will lose things like drill-down functionality if you do that.

Design Studio dashboard/visualization are expressed as HTML, so you would need to have an HTML viewer available in your application in order to consume them.

-Dell


Answers (0)