public class SubReportInfo
extends java.lang.Object
| Constructor and Description |
|---|
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.
|
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.