EssGDTSetInfo

Description

EssGDTSetInfo() sets drill-through connection information for a given drill-through handle.

Syntax

  ESSG_FUNC_M EssGDTSetInfo (pDTInst, pDTInfo);

ESSG_PDTHINST_T pDTInst;
ESSG_PDTINFO_T pDTInfo;

Parameters

pDTInst Initialized drill-through instance handle
pDTInfo Pointer to a structure of connection information for a given range of data cells

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()
EssGDTListReports()
EssGDTRequestDrillThrough()