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);
ParameterData TypeDescription

hGrid;

ESSG_HGRID_T

Handle of the original grid returned by EssGNewGrid().

hDAGrid;

ESSG_HGRID_T

Handle of the new grid to receive drill-through report data.

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.

See Also