Skip to Content
0
Former Member
Apr 30, 2009 at 08:13 AM

How to get the ReportClientDocument using IInfoObject

98 Views

Hi,

I am using a Crystal Report which is saved in another server using IInfoObject. The crystal report is accessing data from webservice.

From Java application, I am trying to update a particular filed value (which is in the detail section in crystal report). But I am not able to get the ReportClientDocument.

My application is using

IReportSourceFactory factoryPS = (IReportSourceFactory) enterpriseSession.getService("PSReportFactory");

As it is using "PSReportFactory", I am not able to use IReportAppFactory object. And as application is using report through IInfoObject, the report path is also not available.

Please help me to know whether I can use IReportAppFactory here? or is there any other way to get the ReportClientDocument using IInfoObject? Or is there any way to get report path from IInfoObject?