|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteReportSheetInfo
Interface RemoteReportSheetInfo contains information about the report sheets of a report set.
| Method Summary | |
|---|---|
BurstingRecipientInfo |
getBurstingRecipientInfo()
Deprecated. As of version 9, replaced by getBurstingRecipientInfos(). |
RemoteBurstingSchemaInfo[] |
getBurstingSchemaInfos()
Gets all RemoteBurstingSchemaInfos that are defined in the report. |
java.lang.String |
getDesc()
Returns the description of the report. |
java.lang.String |
getDisplayName()
Returns the display name of the report. |
int |
getExportFormat()
Gets the default export format which is defined in the report. |
java.util.Hashtable |
getExportOptionProperties()
Gets the settings of the default export format options which are defined in the report. |
java.lang.String[] |
getFormatStyleGroups()
Returns the StyleGroup array of all formats, each element representing an export StyleGroup of a special format. |
java.lang.String |
getName()
Returns the name of the report. |
java.util.Vector |
getParamInfosByValueForRecipient(java.lang.String paramName,
java.lang.String value,
java.lang.String paramEngineId)
Deprecated. As of version 9, replaced by BurstingSchemaInfo.getParamInfosByValueForRecipient(). |
java.util.Vector |
getParamInfosForRecipient()
Deprecated. As of version 9, replaced by RemoteBurstingSchemaInfo.getParamInfosForRecipient(). |
boolean |
isBurstingReport()
Checks if the report is a bursting report. |
boolean |
isPrecisionSensitive()
Returns whether the report is precision sensitive. If true, the report can be exported according to the runtime precision,
and the Engine can do necessary layout to match the requested precision. |
| Method Detail |
|---|
java.lang.String getName()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution..
java.lang.String getDisplayName()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution..
java.lang.String getDesc()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution..
boolean isPrecisionSensitive()
throws java.rmi.RemoteException
true, the report can be exported according to the runtime precision,
and the Engine can do necessary layout to match the requested precision.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution..
java.lang.String[] getFormatStyleGroups()
throws java.rmi.RemoteException
CSUtil.NORMAL, CSUtil.HTML, etc.)
as index to get the corresponding StyleGroup.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution..
boolean isBurstingReport()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution..
BurstingRecipientInfo getBurstingRecipientInfo()
throws java.rmi.RemoteException
getBurstingRecipientInfos().
BurstingRecipientInfo which is associated with the report. It contains
bursting recipient information defined in the report.
BurstingRecipientInfo object if isBurstingReport()
returns true. The returned value is the first element of the BurstingRecipientInfo
array that is returned by the method getBurstingRecipientInfos(),
otherwise return null
java.rmi.RemoteException - if communication-related error occurs during RMI call execution..
RemoteBurstingSchemaInfo[] getBurstingSchemaInfos()
throws java.rmi.RemoteException
RemoteBurstingSchemaInfos that are defined in the report.
RemoteBurstingSchemaInfo object array if isBurstingReport()
returns true, otherwise return null
java.rmi.RemoteException - if communication-related error occurs during RMI call execution..
java.util.Vector getParamInfosForRecipient()
throws java.rmi.RemoteException
RemoteBurstingSchemaInfo.getParamInfosForRecipient().
Vector contains RemoteParamInfo objects.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution..RemoteParamInfo,
RemoteBurstingSchemaInfo
java.util.Vector getParamInfosByValueForRecipient(java.lang.String paramName,
java.lang.String value,
java.lang.String paramEngineId)
throws RptServerException,
java.rmi.RemoteException
BurstingSchemaInfo.getParamInfosByValueForRecipient().
paramName - the parameter name.value - the value of the parameter.paramEngineId - the ID of the engine which generates the parameters.
Vector contains RemoteParamInfo objects.
RptServerException - if an RptServerException occurs.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution..RemoteRemoteParamInfo,
RemoteBurstingSchemaInfo
int getExportFormat()
throws java.rmi.RemoteException
APIConst.RST)
to 8 (APIConst.DHTML) if the default export format is
defined in the report, otherwise return -1.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution..
java.util.Hashtable getExportOptionProperties()
throws java.rmi.RemoteException
Hashtable which contains the settings of the
default export format options if getExportFormat() returns
a format (APIConst.DHTML, APIConst.HTML, etc.),
otherwise return null.
java.rmi.RemoteException - if communication-related error occurs during RMI call execution..
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||