com.crystaldecisions.reports.reportengineinterface
Class JPEReportSourceFactory

java.lang.Object
  |
  +--com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory

public class JPEReportSourceFactory
extends java.lang.Object

A factory for creating a JRC report source. This class is solely here for backward compatibility (version 11 and earlier).


Constructor Summary
JPEReportSourceFactory()
           
 
Method Summary
 java.lang.Object createReportSource(java.lang.Object arg, java.util.Locale loc)
          Deprecated. It is recommended to use the ReportClientDocument to obtain an IReportSource object
 JPEReportSource createReportSource(java.lang.String docPath)
          Deprecated. It is recommended to use the ReportClientDocument to obtain an IReportSource object
 void dispose()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPEReportSourceFactory

public JPEReportSourceFactory()
Method Detail

createReportSource

public JPEReportSource createReportSource(java.lang.String docPath)
                                   throws ReportSDKException
Deprecated. It is recommended to use the ReportClientDocument to obtain an IReportSource object

Creates a new reportsource for the report specified by docPath

Parameters:
docPath - - the report pathname
Returns:
JPEReportSource
Throws:
ReportSDKException

createReportSource

public java.lang.Object createReportSource(java.lang.Object arg,
                                           java.util.Locale loc)
                                    throws ReportSDKException
Deprecated. It is recommended to use the ReportClientDocument to obtain an IReportSource object

Creates a new reportsource for the report specified

ReportSDKException

dispose

public void dispose()