|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReportAppFactory
This interface provides a common service point for accessing a ReportClientDocument.
A ReportClientDocument object provides methods for modifying a report.
To get the IReportAppFactory interface, you must call IEnterpriseSession getService method
as follows:
IReportAppFactory reportAppFactory = (IReportAppFactory) es.getService("","RASReportFactory").
Note: This interface can only be used when the Report Application Server is running as server component within the BusinessObjects Enterprise framework.
| Method Summary | |
|---|---|
ReportClientDocument |
newDocument(java.util.Locale locale)
Returns a ReportClientDocument object representing a blank report object. |
ReportClientDocument |
openDocument(int objID,
int options,
java.util.Locale locale)
Deprecated. As of Version 10. |
| Method Detail |
|---|
ReportClientDocument openDocument(int objID,
int options,
java.util.Locale locale)
throws SDKException
Returns a ReportClientDocument object representing a Report object that is open for modification.
objID - The Id of a report InfoObject.options - The options for opening a report. See Report Application Server Java SDK Guide, OpenReportOptions.locale - A Locale object specifying locale specific properties.
ReportClientDocument object.
com.crystaldecisions.sdk.exception.SDKException.
SDKException
ReportClientDocument newDocument(java.util.Locale locale)
throws SDKException
Returns a ReportClientDocument object representing a blank report object.
Note: The report object is not created until you add tables to it.
locale - A Locale object specifying locale specific properties.
ReportClientDocument object.
com.crystaldecisions.sdk.exception.SDKException.
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||