|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface enables getting and setting basic information about the report.
| Method Summary | |
Set |
getBusinessViews()
Gets a collection of Business View IDs that have been assigned to this report. |
IReportHyperlinkResolves |
getHyperlinkResolves()
Gets a IReportHyperlinkResolves collection.
|
java.lang.String |
getReportFileName()
Gets the ReportFileName. |
IReportRefreshOptions |
getReportRefreshOptions()
Get the report refresh options. |
boolean |
isKeepSavedData()
Gets a boolean that indicates whether saved data will be kept in this object when the report is added. |
boolean |
isRepositoryEnabled()
Gets a boolean that indicates whether this object needs access to a repository data source. |
boolean |
isThumbnailEnabled()
Gets the value for SI_TURNONTHUMBNAIL. |
boolean |
isUseOldPromptStyle()
Gets a boolean that indicates whether the report uses the old prompt style. |
void |
refreshProperties()
Refreshes the properties from the report according to the options. |
void |
setKeepSavedData(boolean keep)
Sets a boolean that indicates whether saved data will be kept in this object when the report is added.
|
void |
setRepositoryEnabled(boolean enabled)
Sets a boolean that indicates whether this object needs access to a repository data source. |
void |
setThumbnailEnabled(boolean bEnable)
Sets the value for SI_TURNONTHUMBNAIL. |
void |
setUseOldPromptStyle(boolean useOldStyle)
Sets a boolean that indicates whether the report uses the old prompt style. |
| Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.IViewingServerGroupInfo |
getViewingServerGroup, getViewingServerGroupChoice, setViewingServerGroup, setViewingServerGroupChoice |
| Method Detail |
public java.lang.String getReportFileName()
throws SDKException
Gets the ReportFileName.
String containing the report file name value.
SDKException
public boolean isThumbnailEnabled()
throws SDKException
Gets the value for SI_TURNONTHUMBNAIL. A thumbnail will
only be displayed if it was generated when the report was created.
true if thumbnail is enabled for this object.
SDKException - This is thrown if the process is unsuccessful.public void setThumbnailEnabled(boolean bEnable)
Sets the value for SI_TURNONTHUMBNAIL. A thumbnail will
only be displayed if it was generated when the report was created.
bEnable - true to enable the thumbnail for this object,
false otherwise.public boolean isRepositoryEnabled()
Gets a boolean that indicates whether this object needs access to a repository data source.
isRepositoryEnabled in interface IReportProcessingInfotrue if this object needs access to a repository data source, and false otherwise.public void setRepositoryEnabled(boolean enabled)
Sets a boolean that indicates whether this object needs access to a repository data source.
setRepositoryEnabled in interface IReportProcessingInfoenabled - true if this object needs access to a repository data source.
public void refreshProperties()
throws SDKException
Refreshes the properties from the report according to the options.
SDKException - This is thrown if the process is unsuccessful.
public IReportRefreshOptions getReportRefreshOptions()
throws SDKException
Get the report refresh options. The options will be used when refreshing the properties from the report.
SDKException - This is thrown if the process is unsuccessful.
public IReportHyperlinkResolves getHyperlinkResolves()
throws SDKException
Gets a IReportHyperlinkResolves collection.
IReportHyperlinkResolves collection.
SDKException - This is thrown if the process is unsuccessful.
public boolean isKeepSavedData()
throws SDKException
Gets a boolean that indicates whether saved data will be kept in this object when the report is added.
true if this object will keep the saved data in the report file, and false otherwise.
SDKException - This is thrown if the process is unsuccessful.
public void setKeepSavedData(boolean keep)
throws SDKException
Sets a boolean that indicates whether saved data will be kept in this object when the report is added.
keep - true if this object preserves the saved data in the report file.
SDKException - This is thrown if the process is unsuccessful.
public Set getBusinessViews()
throws SDKException
Gets a collection of Business View IDs that have been assigned to this report.
Set that contains Business View IDs that have been assigned to this report.
SDKException - This is thrown if the process is unsuccessful.
public void setUseOldPromptStyle(boolean useOldStyle)
throws SDKException
Sets a boolean that indicates whether the report uses the old prompt style.
useOldStyle - A boolean that indicates whether the report uses the old prompt style.
SDKException - This is thrown if the process is unsuccessful.
public boolean isUseOldPromptStyle()
throws SDKException
Gets a boolean that indicates whether the report uses the old prompt style.
true if the report uses the old prompt style, and false otherwise.
SDKException - This is thrown if the process is unsuccessful.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||