|
Oracle Reports Java API Reference 11g Release 1 (11.1.1) E10775-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.reports.plugin.definition.BaseObject
oracle.reports.plugin.definition.Report
public class Report
Reports report object
| Field Summary | |
|---|---|
protected oracle.reports.definition.RWReport |
mRWObj
|
| Fields inherited from class oracle.reports.plugin.definition.BaseObject |
|---|
mReport |
| Constructor Summary | |
|---|---|
Report(oracle.reports.definition.RWReport rwreport,
ReportContext reportContext)
Constructor NOTE: Plugin must never try to create any Reports objects by itself. |
|
| Method Summary | |
|---|---|
Column[] |
getAllColumns()
Returns all columns in this report. |
DataSource[] |
getDataSources()
Returns data sources in this report. |
Group |
getFirstGroup()
Returns the first group in this report. |
ReportContext |
getReportContext()
Returns the context object of the report. |
Column[] |
getReportLevelColumns()
Returns report level columns in this report. |
| Methods inherited from class oracle.reports.plugin.definition.BaseObject |
|---|
getComment, getName, getReport |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected oracle.reports.definition.RWReport mRWObj
| Constructor Detail |
|---|
public Report(oracle.reports.definition.RWReport rwreport,
ReportContext reportContext)
throws PluginException
PluginException| Method Detail |
|---|
public ReportContext getReportContext()
throws PluginException
PluginException
public Column[] getAllColumns()
throws PluginException
PluginException
public DataSource[] getDataSources()
throws PluginException
PluginException
public Column[] getReportLevelColumns()
throws PluginException
PluginException
public Group getFirstGroup()
throws PluginException
PluginException
|
Oracle Reports Java API Reference |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||