EssDTAPIGetData

Retrieves an array of report data structures for the given drill-through instance handle.

Syntax

ESS_FUNC_M EssDTAPIGetData (pDTAPIInst, ppData, pulRowCount, pulColCount);
ParameterData TypeDescription

pDTAPIInst;

ESS_DTAPIHINST_T

Initialized drill-through instance handle for the given range of data cells

ppData;

ESS_DTAPIDATA_T

An array of report data structures for the given data cells

pulRowCount;

ESS_PULONG_T

Number of rows for the data blocks in the ppData report data array

pulColCount;

ESS_PULONG_T

Number of columns for the data blocks in the ppData report data array

See Also