EssGDTGetData() retrieves an array of report data for the given drill-through instance handle.
ESSG_FUNC_M EssGDTGetData (pDTInst, ppData, pulCount);
ESSG_PDTHINST_T | pDTInst; |
ESSG_PPDTDATA_T | ppData; |
ESSG_PULONG_T | pulCount; |
pDTInst | Initialized drill-through instance handle. |
ppData | Array of report data structures for given data cells. |
pulCount | Count of data blocks in the ppData array. |
For a code example on Integration Server Drill-Through, see Example.
Grid API Concepts
Grid API Structures
EssGDTConnect()
EssGDTEndDrillThrough()
EssGDTExecuteReport()
EssGDTGetHeader()
EssGDTGetInfo()
EssGDTListReports()
EssGDTRequestDrillThrough()
EssGDTSetInfo()
EssFree()