EssGDTListReports

Description

EssGDTListReports() returns an array of report structures for the given drill-through instance handle.

Syntax

ESSG_FUNC_M EssGDTListReports (pDTInst, ppReports, pulCount);

ESSG_PDTHINST_T pDTInst;
ESSG_PPDTREPORT_T ppReports;
ESSG_PULONG_T pulCount;

Parameters

pDTInstInitialized drill-through instance handle
ppReportsAn array of report structures for the given drill-through instance handle
pulCountNumber of blocks in the ppReports 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()
EssGDTGetHeader()
EssGDTGetInfo()
EssGDTRequestDrillThrough()
EssGDTSetInfo()