Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8735

How to get the IReportLogon from IWebi report

$
0
0

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 8735

Trending Articles