public interface SubreportPartComponent extends PartComponent, JRCloneable
Modifier and Type | Method and Description |
---|---|
JRExpression |
getExpression() |
JRSubreportParameter[] |
getParameters() |
JRExpression |
getParametersMapExpression() |
JRSubreportReturnValue[] |
getReturnValues()
Returns the list of subreport copied values.
|
Boolean |
getUsingCache()
Indicates if the engine is loading the current subreport from cache.
|
void |
setUsingCache(Boolean isUsingCache)
Specifies if the engine should be loading the current subreport from cache.
|
clone
JRExpression getParametersMapExpression()
JRSubreportParameter[] getParameters()
JRSubreportReturnValue[] getReturnValues()
JRExpression getExpression()
Boolean getUsingCache()
void setUsingCache(Boolean isUsingCache)
If set to null, the engine will rely on some default value which depends on the type of the subreport expression. The cache is turned on by default only for subreports that have java.lang.String objects in their expressions.
Copyright © 2017. All rights reserved.