EssGDTRequestDrillThrough() returns the drill-through instance handle for the given data cell range.
ESSG_FUNC_M EssGDTRequestDrillThrough (hGrid, usCells, pCells, ppDTInst);
ESSG_HGRID_T | hGrid; |
ESSG_USHORT_T | usCells; |
ESSG_PRANGE_T | pCells; |
ESSG_PPDTHINST_T | ppDTInst; |
hGrid | Handle of the original grid returned by EssGNewGrid(). |
usCells | Number of cell ranges in the pCells array. |
pCells | Array of cell ranges selected to receive drill-through report data. |
ppDTInst | Drill-through instance handle returned for the given data cell range(s). |
EssGDTRequestDrillThrough() obtains a drill-through instance handle for the given data cell range by
For a code example on Integration Server Drill-Through, see Example.
Grid API Concepts
Grid API Structures
EssGDTConnect()
EssGDTEndDrillThrough()
EssGDTExecuteReport()
EssGDTGetData()
EssGDTGetHeader()
EssGDTGetInfo()
EssGDTListReports()
EssGDTSetInfo()
EssOtlGetMemberCommentEx()
EssOtlSetMemberCommentEx()