DashboardArg property

For IERUDashboardColumn, sets or returns the argument for the Dashboard Operator. Note that the dashboard argument is only valid if the erDashOpSubColumnSelected operator is specified.

For IERUDBColumn, sets or returns the column/operator specific parameter. For member/approval related operators, an ERUMemberSet can be provided.

Note that most Dashboard Operators take no arguments.

Syntax


C++

HRESULT get_DashboardArg(
   VARIANT
* pDashboardArg)

HRESULT put_DashboardArg(
   VARIANT
MyDashboardArg)

Scripting languages

DashboardArg = Object.DashboardArg

Object.DashboardArg = DashboardArg

Home

Applies to

IERUDashboardColumn

IERUDBColumn