EssGDTReportCount

Description

EssGDTReportCount() returns the number of reports defined for the given data cell range(s).

Syntax

ESSG_FUNC_M EssGDTReportCount (hGrid, usCells, pCells, uspReportNum);
ESSG_HGRID_ThGrid;
ESSG_USHORT_TusCells;
ESSG_PRANGE_T pCells;
ESSG_PUSHORT_TuspReportNum;

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.
uspReportNumNumber of reports defined for the given data cell range(s).

Return Value

Notes

Access

Example

See Also

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