EssGDTBeginDrillThrough

Description

EssGDTBeginDrillThrough() returns the drill-through instance handle for the given data cell range(s).

Syntax

ESSG_FUNC_M EssGDTBeginDrillThrough (hGrid, usCells, pCells, ppDTInst);
ESSG_HGRID_ThGrid;
ESSG_USHORT_TusCells;
ESSG_PRANGE_T pCells;
ESSG_PPDTHINST_TppDTInst;

Parameters

hGridHandle of the original grid returned by EssGNewGrid().
usCellsNumber of cell ranges in the pCells array.
pCellsArray of cell ranges selected to receive drill-through report data.
ppDTInstDrill-through instance handle returned for the given data cell range(s).

Return Value

Notes

Access

Example

See Also

Grid API Concepts
Grid API Structures
EssGDTEndDrillThrough()
EssGDTGetData()
EssGDTGetHeader()
EssGDTGetInfo()
EssGDTGetReportData()
EssGInit()
EssGDTListReports()
EssGDTReportCount()