net.sf.dynamicreports.report.definition
Interface DRIReport
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DRReport
public interface DRIReport
- extends Serializable
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
getTemplate
DRIReportTemplate getTemplate()
getTemplateStyles
List<DRIStyle> getTemplateStyles()
getTemplateDesign
DRITemplateDesign<?> getTemplateDesign()
getReportName
String getReportName()
getLocale
Locale getLocale()
getResourceBundle
ResourceBundle getResourceBundle()
getResourceBundleName
String getResourceBundleName()
getShowColumnTitle
Boolean getShowColumnTitle()
getShowColumnValues
Boolean getShowColumnValues()
getColumns
List<? extends DRIColumn<?>> getColumns()
getGroups
List<? extends DRIGroup> getGroups()
getFields
List<? extends DRIField<?>> getFields()
getVariables
List<? extends DRIVariable<?>> getVariables()
getSorts
List<? extends DRISort> getSorts()
getSubtotals
List<? extends DRISubtotal<?>> getSubtotals()
getParameters
List<? extends DRIParameter<?>> getParameters()
getParameterValues
Map<String,Object> getParameterValues()
getScriptlets
List<DRIScriptlet> getScriptlets()
getProperties
Properties getProperties()
getQuery
DRIQuery getQuery()
getPage
DRIPage getPage()
getIgnorePagination
Boolean getIgnorePagination()
getWhenNoDataType
WhenNoDataType getWhenNoDataType()
getWhenResourceMissingType
WhenResourceMissingType getWhenResourceMissingType()
getTitleOnANewPage
Boolean getTitleOnANewPage()
getSummaryOnANewPage
Boolean getSummaryOnANewPage()
getSummaryWithPageHeaderAndFooter
Boolean getSummaryWithPageHeaderAndFooter()
getFloatColumnFooter
Boolean getFloatColumnFooter()
getPrintOrder
Orientation getPrintOrder()
getColumnDirection
RunDirection getColumnDirection()
getLanguage
String getLanguage()
getUseFieldNameAsDescription
Boolean getUseFieldNameAsDescription()
getDefaultFont
DRIFont getDefaultFont()
getTextStyle
DRIReportStyle getTextStyle()
getColumnTitleStyle
DRIReportStyle getColumnTitleStyle()
getColumnStyle
DRIReportStyle getColumnStyle()
getGroupTitleStyle
DRIReportStyle getGroupTitleStyle()
getGroupStyle
DRIReportStyle getGroupStyle()
getSubtotalStyle
DRIReportStyle getSubtotalStyle()
getImageStyle
DRIReportStyle getImageStyle()
getChartStyle
DRIReportStyle getChartStyle()
getBarcodeStyle
DRIReportStyle getBarcodeStyle()
getHighlightDetailOddRows
Boolean getHighlightDetailOddRows()
getDetailOddRowStyle
DRISimpleStyle getDetailOddRowStyle()
getHighlightDetailEvenRows
Boolean getHighlightDetailEvenRows()
getDetailEvenRowStyle
DRISimpleStyle getDetailEvenRowStyle()
getDetailRowHighlighters
List<? extends DRIConditionalStyle> getDetailRowHighlighters()
getColumnGrid
DRIColumnGrid getColumnGrid()
getTableOfContents
Boolean getTableOfContents()
getTableOfContentsCustomizer
DRITableOfContentsCustomizer getTableOfContentsCustomizer()
getFilterExpression
DRIExpression<Boolean> getFilterExpression()
getTitleBand
DRIBand getTitleBand()
getPageHeaderBand
DRIBand getPageHeaderBand()
getPageFooterBand
DRIBand getPageFooterBand()
getColumnHeaderBand
DRIBand getColumnHeaderBand()
getColumnFooterBand
DRIBand getColumnFooterBand()
getDetailBand
DRIBand getDetailBand()
getDetailHeaderBand
DRIBand getDetailHeaderBand()
getDetailFooterBand
DRIBand getDetailFooterBand()
getLastPageFooterBand
DRIBand getLastPageFooterBand()
getSummaryBand
DRIBand getSummaryBand()
getNoDataBand
DRIBand getNoDataBand()
getBackgroundBand
DRIBand getBackgroundBand()
Copyright © 2010-2014. All Rights Reserved.