dori.jasper.engine
Interface JRSubreport

All Superinterfaces:
JRElement
All Known Implementing Classes:
JRBaseSubreport, JRDesignSubreport, JRFillSubreport

public interface JRSubreport
extends JRElement


Field Summary
 
Fields inherited from interface dori.jasper.engine.JRElement
MODE_OPAQUE, MODE_TRANSPARENT, POSITION_TYPE_FIX_RELATIVE_TO_BOTTOM, POSITION_TYPE_FIX_RELATIVE_TO_TOP, POSITION_TYPE_FLOAT, STRETCH_TYPE_NO_STRETCH, STRETCH_TYPE_RELATIVE_TO_BAND_HEIGHT, STRETCH_TYPE_RELATIVE_TO_TALLEST_OBJECT
 
Method Summary
 JRExpression getConnectionExpression()
           
 JRExpression getDataSourceExpression()
           
 JRExpression getExpression()
           
 JRSubreportParameter[] getParameters()
           
 JRExpression getParametersMapExpression()
           
 boolean isUsingCache()
           
 void setUsingCache(boolean isUsingCache)
           
 
Methods inherited from interface dori.jasper.engine.JRElement
getBackcolor, getElementGroup, getForecolor, getHeight, getKey, getMode, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getStretchType, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setBackcolor, setForecolor, setMode, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setWidth, setX
 

Method Detail

isUsingCache

public boolean isUsingCache()

setUsingCache

public void setUsingCache(boolean isUsingCache)

getParametersMapExpression

public JRExpression getParametersMapExpression()

getParameters

public JRSubreportParameter[] getParameters()

getConnectionExpression

public JRExpression getConnectionExpression()

getDataSourceExpression

public JRExpression getDataSourceExpression()

getExpression

public JRExpression getExpression()


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.