Returns an array of report structures for the given drill-through instance handle.
Syntax
ESSG_FUNC_M EssGDTListReports (pDTInst, ppReports, pulCount);
Parameter | Data Type | Description |
---|---|---|
pDTInst; | ESSG_PDTHINST_T | Initialized drill-through instance handle |
ppReports; | ESSG_DTREPORT_T | An array of report structures for the given drill-through instance handle |
pulCount; | ESSG_PULONG_T | Number of blocks in the ppReports header information array |
Example
For a code example, see C Grid API Drill-Through Example.
See Also