|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteReportSheetInfo
Interface RemoteReportSheetInfo contains information of report sheets of a report set.
| Method Summary | |
|---|---|
BurstingRecipientInfo |
getBurstingRecipientInfo()
Deprecated. As of version 9, replaced by getBurstingRecipientInfos(). |
RemoteBurstingSchemaInfo[] |
getBurstingSchemaInfos()
Get all RemoteBurstingSchemaInfos that defined in the report. |
java.lang.String |
getDesc()
Return the description of the report. |
java.lang.String |
getDisplayName()
Return the display name of the report |
int |
getExportFormat()
Get the default export format which is defined in report. |
java.util.Hashtable |
getExportOptionProperties()
Get the settings of the default export format options which are defined in report. |
java.lang.String[] |
getFormatStyleGroups()
Return the StyleGroup array of all formats, each element represent a export StyleGroup of special format. |
java.lang.String |
getName()
Return 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()
If the report is a bursting report. |
boolean |
isPrecisionSensitive()
Return whether the report is precision sensitive. If true, the report can be exported according runtime precision info,
and Engine can do necessary layout to match the request precision. |
| Method Detail |
|---|
java.lang.String getName()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a RemoteException occurs.
java.lang.String getDisplayName()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a RemoteException occurs.
java.lang.String getDesc()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a RemoteException occurs.
boolean isPrecisionSensitive()
throws java.rmi.RemoteException
true, the report can be exported according runtime precision info,
and Engine can do necessary layout to match the request precision.
java.rmi.RemoteException - if a RemoteException occurs.
java.lang.String[] getFormatStyleGroups()
throws java.rmi.RemoteException
CSUtil.NORMAL, CSUtil.HTML, etc.)
as index to get corresponding StyleGroup.
java.rmi.RemoteException - if a RemoteException occurs.
boolean isBurstingReport()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a RemoteException occurs.
BurstingRecipientInfo getBurstingRecipientInfo()
throws java.rmi.RemoteException
getBurstingRecipientInfos().
BurstingRecipientInfo which associated with the report, it contains
bursting recipient information that defined in report.
BurstingRecipientInfo object if isBurstingReport()
return true, return value is the first element of the BurstingRecipientInfo
array that returns by method getBurstingRecipientInfos(),
otherwise return null
java.rmi.RemoteException - if a RemoteException occurs.
RemoteBurstingSchemaInfo[] getBurstingSchemaInfos()
throws java.rmi.RemoteException
RemoteBurstingSchemaInfos that defined in the report.
RemoteBurstingSchemaInfo object array if isBurstingReport()
return true, otherwise return null
java.rmi.RemoteException - if a RemoteException occurs.
java.util.Vector getParamInfosForRecipient()
throws java.rmi.RemoteException
RemoteBurstingSchemaInfo.getParamInfosForRecipient().
Vector cantains RemoteParamInfo objects.
java.rmi.RemoteException - if a RemoteException occurs.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 engine which generates parameters.
Vector cantains RemoteParamInfo objects.
RptServerException - if a RptServerException occurs.
java.rmi.RemoteException - if a RemoteException occurs.RemoteRemoteParamInfo,
RemoteBurstingSchemaInfo
int getExportFormat()
throws java.rmi.RemoteException
APIConst.RST)
to 8(APIConst.DHTML) if the default export format is
defined in report, otherwise return -1.
java.rmi.RemoteException - if a RemoteException occurs.
java.util.Hashtable getExportOptionProperties()
throws java.rmi.RemoteException
Hashtable which contains the settings of the
default export format options if getExportFormat() return
a format(APIConst.DHTML, APIConst.HTML, etc.),
otherwise return null.
java.rmi.RemoteException - if a RemoteException occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||