EssDTListReports() returns a list of report names 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 EssDTListReports (pDTInst, pBuffer, pulCount);
ESS_PDTHINST_T | pDTInst |
ESS_PSTR_T | pBuffer |
ESS_PULONG_T | pulCount |
pDTInst | Initialized drill-through instance handle. |
pBuffer | Array of report names for the given drill-through instance handle. |
pulCount | Count of blocks in the pBuffer header information array. |
Using the C Main API
C Main API Structures
EssDTClose()
EssDTGetData()
EssDTGetHeader()
EssDTInit()
EssDTOpen()