Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8927

How to get the IReportLogon from IWebi report

$
0
0

I am trying to the 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 you help


Viewing all articles
Browse latest Browse all 8927

Trending Articles



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