EssMdxSetQueryCellProperties

Specifies the cell properties to be sent from the server for each cell. By default, only cell value is sent. The options passed in ulProp overwrite the existing query cell properties. In other words, if EssMdxSetQueryCellProperties is called multiple times, only the ulProp value in the last call is taken into account.

Syntax

ESS_FUNC_M	EssMdxSetQueryCellProperties(
   ESS_MDX_QRYHDL_T      hQry,
   ESS_MDX_CELLPROPS_T   ulProp);
ParameterTypeDescription
hQryinputQuery handle
ulPropinputBitmask specifying what cell properties should be sent. Values:
  • ESS_MDX_CELLPROP_FORMATTED_VALUE

  • ESS_MDX_CELLPROP_FORMAT_STRING

  • ESS_MDX_CELLPROP_SMLIST_NAME

See Also

EssMdxGetQueryCellProperties