EssGDTGetReportData

Description

EssGDTGetReportData() executes the predefined default drill-through report for the given data cell range, and returns report data via the given grid handle hDAGrid.

Syntax

ESSG_FUNC_M EssGDTGetReportData (hGrid, hDAGrid, usCells, pCells);
ESSG_HGRID_ThGrid;
ESSG_HGRID_ThDAGrid;
ESSG_USHORT_TusCells;
ESSG_PRANGE_T pCells;

Parameters

hGridHandle of the original grid returned by EssGNewGrid().
hDAGridHandle of the new grid to receive drill-through report data.
usCellsNumber of cell ranges in the pCells array.
pCellsArray of cell ranges selected to receive drill-through report data.

Return Value

Notes

Access

Example

See Also

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