|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISubreportObject
Use this interface to get or set a subreport name.
A subreport is a free-standing or linked report in the main report. This object contains information about the subreport such as layout and formatting. A subreport object is equivalent to a report object in that it contains the same properties.
Method Summary | |
---|---|
boolean |
getEnableOnDemand()
Returns whether the subreport is on-demand. |
IFontColor |
getFontColor()
|
java.lang.String |
getOnDemandCaption()
|
java.lang.String |
getPreviewTabCaption()
|
java.lang.String |
getSubreportName()
Returns the subreport name. |
SubreportObjectConditionFormulas |
getSubreportObjectConditionFormulas()
|
boolean |
getSuppressBlankSubreport()
|
void |
setEnableOnDemand(boolean enableOnDemand)
Sets whether the subreport is on-demand. |
void |
setFontColor(IFontColor fontColor)
|
void |
setOnDemandCaption(java.lang.String caption)
|
void |
setPreviewTabCaption(java.lang.String caption)
|
void |
setSubreportName(java.lang.String subreportName)
Sets the subreport name. |
void |
setSubreportObjectConditionFormulas(SubreportObjectConditionFormulas conditionFormulas)
|
void |
setSuppressBlankSubreport(boolean suppressBlankSubreport)
|
Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.IReportObject |
---|
getBorder, getBorderMargins, getFormat, getHeight, getKind, getLeft, getLinkedURI, getName, getReplacementConditionFormulas, getReportPartBookmark, getSectionCode, getSectionName, getTop, getWidth, setBorder, setFormat, setHeight, setLeft, setLinkedURI, setName, setReplacementConditionFormulas, setReportPartBookmark, setSectionCode, setSectionName, setTop, setWidth |
Method Detail |
---|
boolean getEnableOnDemand()
Returns whether the subreport is on-demand. On-demand subreports appear only as hyperlinks in the main report. The actual data is not read from the database until the user drills down on the hyperlink. Only data for the on-demand subreport that is actually viewed will be retrieved from the database. On-demand subreports may also be called "real time" subreports in some cases.
true
if the subreport is on-demand, and otherwise false.java.lang.String getSubreportName()
Returns the subreport name.
String
.java.lang.String getOnDemandCaption()
java.lang.String getPreviewTabCaption()
void setEnableOnDemand(boolean enableOnDemand)
Sets whether the subreport is on-demand. On-demand subreports appear only as hyperlinks in the main report. The actual data is not read from the database until the user drills down on the hyperlink. Only data for the on-demand subreport that is actually viewed will be retrieved from the database. On-demand subreports may also be called "real time" subreports in some cases.
enableOnDemand
- true
if the subreport is on-demand, and otherwise false.void setSubreportName(java.lang.String subreportName)
Sets the subreport name.
subreportName
- The name of the subreport as a String
.void setOnDemandCaption(java.lang.String caption)
void setPreviewTabCaption(java.lang.String caption)
boolean getSuppressBlankSubreport()
void setSuppressBlankSubreport(boolean suppressBlankSubreport)
IFontColor getFontColor()
void setFontColor(IFontColor fontColor)
SubreportObjectConditionFormulas getSubreportObjectConditionFormulas()
void setSubreportObjectConditionFormulas(SubreportObjectConditionFormulas conditionFormulas)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |