EsbEndReport

Description

EsbEndReport() marks the end of a report specification being sent to the active database. This function must be called after sending the report specification (using EsbSendString()) and before reading any returned data (using EsbGetString()).

Syntax
EsbEndReport (hCtx)
ByVal hCtx As Long

Parameters

hCtxEssbase VB API context handle.

Return Value

None.

Notes

Access

This function requires the caller to have read privilege (ESB_PRIV_READ) to one or more members in the active database.

Example

Declare Function EsbEndReport Lib "ESBAPIW" (ByVal hCtx As Long) As Long
See the example  for EsbBeginReport().

See Also

EsbBeginReport()
EsbGetString()
EsbSendString()