EssGDTGetData

Description

EssGDTGetData() retrieves an array of report data for the given drill-through instance handle.

Syntax

ESSG_FUNC_M EssGDTGetData (pDTInst, ppData, pulCount);
ESSG_PDTHINST_TpDTInst;
ESSG_PPDTDATA_T ppData;
ESSG_PULONG_TpulCount;

Parameters

pDTInstInitialized drill-through instance handle.
ppDataArray of report data structures for given data cells.
pulCountCount of data blocks in the ppData array.

Return Value

Notes

Example

For a code example on Integration Server Drill-Through, see Example.

See Also

Grid API Concepts
Grid API Structures
EssGDTConnect()
EssGDTEndDrillThrough()
EssGDTExecuteReport()
EssGDTGetHeader()
EssGDTGetInfo()
EssGDTListReports()
EssGDTRequestDrillThrough()
EssGDTSetInfo()
EssFree()