Ontimize 5.2072EN

com.ontimize.report.engine.dynamicjasper
Class CustomDynamicReportBuilder

java.lang.Object
  extended byDynamicReportBuilder
      extended bycom.ontimize.report.engine.dynamicjasper.CustomDynamicReportBuilder

public class CustomDynamicReportBuilder
extends DynamicReportBuilder

See Also:
Serialized Form

Constructor Summary
CustomDynamicReportBuilder()
           
 
Method Summary
 DynamicReportBuilder addGlobalFooterVariable(AbstractColumn col, DJCalculation op, Style style, DJValueFormatter valueFormatter)
           
 DynamicReport build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomDynamicReportBuilder

public CustomDynamicReportBuilder()
Method Detail

build

public DynamicReport build()

addGlobalFooterVariable

public DynamicReportBuilder addGlobalFooterVariable(AbstractColumn col,
                                                    DJCalculation op,
                                                    Style style,
                                                    DJValueFormatter valueFormatter)

Ontimize