EssDTAPIGetReports() returns the list of reports for the given drill-through instance handle.
NOTE:
In future releases, the C Main API Drill-Through functions, including this function,
will be deprecated and replaced by the corresponding Grid API functions.
Programs should use the Grid API Drill-Through functions.
ESS_FUNC_M EssDTAPIGetReports (pDTAPIInst, ppReports, pulCount);
ESS_DTAPIHINST_T | pDTAPIInst; |
ESS_PPDTAPIREPORT_T | ppReports; |
ESS_PULONG_T | pulCount; |
pDTAPIInst | Initialized drill-through instance handle for the given range of data cells |
ppReports | Pointer to an array of report definition structures |
pulCount | Number of data blocks in ppReports |
Using the Main C API
Main C API Structures
EssDTAPIClose()
EssDTAPIConnect()
EssDTAPIExecuteReport()
EssDTAPIExit()
EssDTAPIGetColumns()
EssDTAPIGetData()
EssDTAPIGetError()
EssDTAPIGetInfo()
EssDTAPIInit()
EssDTAPISetConnection()
EssDTAPISetInfo()