com.crystaldecisions.sdk.occa.report.reportsource
Interface IReportSourceFactory2

All Known Implementing Classes:
JPEReportSourceFactory

public interface IReportSourceFactory2

This interface provides a common service point for getting a report source that is used to view and export reports.


Method Summary
 java.lang.Object createReportSource(java.lang.Object obj, java.util.Locale locale)
          Create a report source object based on the report string passed in.
 

Method Detail

createReportSource

public java.lang.Object createReportSource(java.lang.Object obj,
                                           java.util.Locale locale)
                                    throws ReportSDKException
Create a report source object based on the report string passed in.

Parameters:
obj - A String representing a report. (For example, "/reports/sample.rpt".)
locale - A Locale object. (For example, request.getLocale())
Returns:
A report source that represents the report.
Throws:
ReportSDKException - is thrown if the process is unsuccessful.
ReportSDKException