jet.api
Class SubReportInfo

java.lang.Object
  extended by jet.api.SubReportInfo

public class SubReportInfo
extends java.lang.Object


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

SubReportInfo

public 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.

Parameters:
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.