net.sf.dynamicreports.report.definition.component
Interface DRISubreport

All Superinterfaces:
DRIComponent, DRIDimensionComponent, Serializable
All Known Implementing Classes:
DRSubreport

public interface DRISubreport
extends DRIDimensionComponent

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 DRIExpression<Connection> getConnectionExpression()
           
 DRIExpression<?> getDataSourceExpression()
           
 DRIExpression<Map<String,Object>> getParametersExpression()
           
 DRIExpression<?> getReportExpression()
           
 Boolean getRunToBottom()
           
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIDimensionComponent
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIComponent
getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading
 

Method Detail

getReportExpression

DRIExpression<?> getReportExpression()

getParametersExpression

DRIExpression<Map<String,Object>> getParametersExpression()

getConnectionExpression

DRIExpression<Connection> getConnectionExpression()

getDataSourceExpression

DRIExpression<?> getDataSourceExpression()

getRunToBottom

Boolean getRunToBottom()


Copyright © 2010-2014. All Rights Reserved.