Returns the list of reports for the given drill-through instance handle.
Syntax
ESS_FUNC_M EssDTAPIGetReports (pDTAPIInst, ppReports, pulCount);
Parameter | Data Type | Description |
---|---|---|
pDTAPIInst; | ESS_DTAPIHINST_T | Initialized drill-through instance handle for the given range of data cells |
ppReports; | ESS_DTAPIREPORT_T | Pointer to an array of report definition structures |
pulCount; | ESS_PULONG_T | Number of data blocks in ppReports |
See Also