Returns the drill-through instance handle for the given data cell range.
Syntax
ESSG_FUNC_M EssGDTRequestDrillThrough (hGrid, usCells, pCells, ppDTInst);
Parameter | Data Type | Description |
---|---|---|
hGrid; | ESSG_HGRID_T | Handle of the original grid returned by EssGNewGrid(). |
usCells; | ESSG_USHORT_T | Number of cell ranges in the pCells array. |
pCells; | ESSG_RANGE_T | Array of cell ranges selected to receive drill-through report data. |
ppDTInst; | ESSG_PPDTHINST_T | Drill-through instance handle returned for the given data cell range(s). |
Notes
Sends a request to the Essbase Server for an optimized Extended Member Comment
Initializes a drill-through session with the given Extended Member Comment
Returns the drill-through instance handle, ppDTInst.
Example
For a code example, see C Grid API Drill-Through Example.
See Also