Quantcast
Viewing all articles
Browse latest Browse all 5661

How to get the IReportLogon from IWebi report

I am trying to get the IReportLogon so that I can setup database connection.

 

In IReport, I can get the IReportLogon from the following codes

IReportProcessingInfo IRpInfo = (IReportProcessingInfo) iReport.getPluginProcessingInterface("CrystalReport");

ISDKList dbLogon = IRpInfo.getReportLogons();

 

Iterator iter = dbLogons.iterator();

IReportLogon dbLogon = iter.hasNext() ? (IReportLogon) iter.next(): null;

 

Is there a way to get the IReportProcessingInfo or the IReportLogon in IWebi?

Thanks for your help


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>