Ontimize 5.2072EN

com.ontimize.report
Interface ReportDesigner.ReportDefinition

All Known Implementing Classes:
ReportDesigner.BasicReportDefinition
Enclosing interface:
ReportDesigner

public static interface ReportDesigner.ReportDefinition


Method Summary
 java.lang.StringBuffer getFunctions()
           
 ReportDesigner.ReportGroup[] getGroups()
           
 ReportDesigner.ReportSection getItems()
           
 java.awt.Insets getMargins()
           
 int getOrientation()
           
 ReportDesigner.ReportSection getPageFooter()
           
 java.lang.String getPageFormat()
           
 ReportDesigner.ReportSection getPageHeader()
           
 ReportDesigner.ReportSection getReportFooter()
           
 ReportDesigner.ReportSection getReportHeader()
           
 ReportDesigner.ReportResource[] getResources()
           
 java.lang.String getSOrientation()
           
 ReportDesigner.ReportSection getWatermark()
           
 

Method Detail

getMargins

public java.awt.Insets getMargins()

getPageFormat

public java.lang.String getPageFormat()

getReportHeader

public ReportDesigner.ReportSection getReportHeader()

getPageHeader

public ReportDesigner.ReportSection getPageHeader()

getReportFooter

public ReportDesigner.ReportSection getReportFooter()

getPageFooter

public ReportDesigner.ReportSection getPageFooter()

getItems

public ReportDesigner.ReportSection getItems()

getGroups

public ReportDesigner.ReportGroup[] getGroups()

getFunctions

public java.lang.StringBuffer getFunctions()

getWatermark

public ReportDesigner.ReportSection getWatermark()

getSOrientation

public java.lang.String getSOrientation()

getOrientation

public int getOrientation()

getResources

public ReportDesigner.ReportResource[] getResources()

Ontimize