SetDashboardSource method

Sets the source item a Dashboard page.

Sources can be a standalone Database item, a Calendar page, or a Project Schedule.

Syntax


C++
HRESULT SetDashboardSource (
   VARIANT Source)
Scripting languages
SetDashboardSource = Object.SetDashboardSource (
   Source as Variant)

Parameters


Source

The source for the Dashboard page. This can be either a standalone Database item, or the erItemTypeProjectSchedulePage or erItemTypeCalendarPage value of the ERUItemType enum.

Return value


C++

The return code.

Scripting languages

None.

Home

Interface

IERUDashboard