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
ParameterDescription

hCtx

VB API context handle.

Notes

Return Value

None.

Access

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

Example

Declare Function EsbEndReport Lib "ESBAPIN" (ByVal hCtx As Long) As Long

See the example for EsbBeginReport.

See Also