EssGDTGetReportData() executes the predefined default drill-through report for the given data cell range, and returns report data via the given grid handle hDAGrid.
ESSG_FUNC_M EssGDTGetReportData (hGrid, hDAGrid, usCells, pCells);
ESSG_HGRID_T | hGrid; |
ESSG_HGRID_T | hDAGrid; |
ESSG_USHORT_T | usCells; |
ESSG_PRANGE_T | pCells; |
hGrid | Handle of the original grid returned by EssGNewGrid(). |
hDAGrid | Handle of the new grid to receive drill-through report data. |
usCells | Number of cell ranges in the pCells array. |
pCells | Array of cell ranges selected to receive drill-through report data. |
Grid API Concepts
Grid API Structures
EssGDTEndDrillThrough()
EssGDTGetData()
EssGDTGetHeader()
EssGDTGetInfo()
EssGInit()
EssGDTListReports()
EssGDTReportCount()
EssGDTRequestDrillThrough()