EssGDTGetHeader

Description

EssGDTGetHeader() retrieves the report data header information for the given drill-through instance handle.

Syntax

ESSG_FUNC_M EssGDTGetHeader (pDTInst, ppHeader, pulCount);
ESSG_PDTHINST_TpDTInst;
ESSG_PPDTHEADER_T ppHeader;
ESSG_PULONG_TpulCount;

Parameters

pDTInstInitialized drill-through instance handle.
ppHeaderArray of header information structures for given columns.
pulCountCount of data blocks in the ppHeader header information array.

Return Value

Notes

Example

For a code example on Integration Server Drill-Through, see Example.

See Also

Grid API Concepts
Grid API Structures
EssGDTConnect()
EssGDTEndDrillThrough()
EssGDTExecuteReport()
EssGDTGetData()
EssGDTGetInfo()
EssGDTListReports()
EssGDTRequestDrillThrough()
EssGDTSetInfo()
EssFree()