Rtrieves report data header information for the given drill-through instance handle.
Syntax
ESS_FUNC_M EssDTGetHeaderInfo (pDTInst, ppHeader, pulCount);
Parameter | Data Type | Description |
---|---|---|
pDTInst | ESS_PDTHINST_T | Initialized drill-through instance handle |
ppHeader | ESS_DTHEADER_T | Array of header information structures for the given drill-through instance handle |
pulCount | ESS_PULONG_T | Number of blocks in the ppHeader header information array |
See Also