|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.api.SubReportInfo
public class SubReportInfo
Constructor Summary | |
---|---|
SubReportInfo(java.lang.String reportsetName,
java.lang.String rptName,
boolean isKeepStyle,
java.util.List subLinks,
java.util.List paramLinks,
java.util.List returnValues)
Creates SubReport Information. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubReportInfo(java.lang.String reportsetName, java.lang.String rptName, boolean isKeepStyle, java.util.List subLinks, java.util.List paramLinks, java.util.List returnValues)
reportsetName
- ReportSet filename of the SubReport to be inserted.rptName
- Instance name of the report in the subreport.isKeepStyle
- Indicates whether to keep the subreport's style after it is inserted.subLinks
- The list of SubLinkContainerInfo
that defines the sublinks of the subreport.paramLinks
- The list of ParameterLinkInfo
that defines the parameter links of the subreport.returnValues
- The list of SubReturnValueContainerinfo
that defines the return values of the subreport.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |