Generating Reports Using the C, Visual Basic, and Grid APIs

You can generate reports using the C, Visual Basic, and C Grid APIs, as listed in Table 108:

Table 109. Report APIs

Task

C API Function

Visual Basic API Function

C Grid API Function

Start sending a report specification to the active database.

ESSBEGINREPORT

ESBBEGINREPORT

ESSGBEGINREPORT

Mark the end of a report specification being sent to the active database.

ESSENDREPORT

ESBENDREPORT

N/A

Send a report specification to the active database as a single string.

ESSREPORT

ESBREPORT

N/A

Send a report specification to the active database from a file.

ESSREPORTFILE

ESBREPORTFILE

ESSGREPORTFILE

See the Oracle Essbase API Reference for descriptions and syntax.