EssDTListReports

Description

EssDTListReports() returns a list of report names for the given drill-through instance handle.

NOTE:
In future releases, the C Main API Drill-Through functions, including this function, will be deprecated and replaced by the corresponding Grid API functions. Programs should use the Grid API Drill-Through functions.

Syntax

ESS_FUNC_M EssDTListReports (pDTInst, pBuffer, pulCount);
ESS_PDTHINST_TpDTInst
ESS_PSTR_T pBuffer
ESS_PULONG_TpulCount

Parameters

pDTInstInitialized drill-through instance handle.
pBufferArray of report names for the given drill-through instance handle.
pulCountCount of blocks in the pBuffer header information array.

Return Value

Notes

Access

Example

See Also

Using the C Main API
C Main API Structures
EssDTClose()
EssDTGetData()
EssDTGetHeader()
EssDTInit()
EssDTOpen()