|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory
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 |
public JPEReportSourceFactory()
Method Detail |
public JPEReportSource createReportSource(java.lang.String docPath) throws ReportSDKException
docPath
- - the report pathname
ReportSDKException
public java.lang.Object createReportSource(java.lang.Object arg, java.util.Locale loc) throws ReportSDKException
ReportSDKException
public void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |