EssGDTExecuteReport

Executes the report identified by its index to an array of report structures.

Syntax

  ESSG_FUNC_M EssGDTExecuteReport (pDTInst, Index);
ParameterData TypeDescription

pDTInst;

ESSG_PDTHINST_T

Initialized drill-through instance handle

Index;

ESSG_ULONG_T

Index of the report to be executed

Example

For a code example, see C Grid API Drill-Through Example.

See Also