EssGDTRequestDrillThrough

Description

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

Syntax

ESSG_FUNC_M EssGDTRequestDrillThrough (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

EssGDTRequestDrillThrough() obtains a drill-through instance handle for the given data cell range by

Example

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

See Also

Grid API Concepts
Grid API Structures
EssGDTConnect()
EssGDTEndDrillThrough()
EssGDTExecuteReport()
EssGDTGetData()
EssGDTGetHeader()
EssGDTGetInfo()
EssGDTListReports()
EssGDTSetInfo()
EssOtlGetMemberCommentEx()
EssOtlSetMemberCommentEx()