EssDTGetData

Description

EssDTGetData() retrieves an array of report data 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 EssDTGetData (pDTInst, pData, pulCount);

ESS_PDTHINST_TpDTInst;
ESS_PPDTDATA_T pData;
ESS_PULONG_TpulCount;

Parameters

pDTInstInitialized drill-through instance handle
pDataArray of report data structures for given data cells
pulCountNumber of data blocks in the pData header information array

Return Value

Notes

See Also

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