DataPA Enterprise Dashboard Controls API Reference
Returns a collection containing all page objects referenced by a DashboardObject.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Collection AllPagesFromObject(
	DashboardObject DashboardObject
)
Visual Basic
Public Function AllPagesFromObject ( 
	DashboardObject As DashboardObject
) As Collection
Visual C++
public:
virtual Collection^ AllPagesFromObject(
	DashboardObject^ DashboardObject
) sealed

Parameters

DashboardObject
Type: DataPAEnterpriseDashboard..::..DashboardObject
The DashboardObject.

Return Value

Type: Collection
The collection containing all page objects referenced by a DashboardObject.

Remarks

Will return a collection with one object if not a drill down, otherwise all pages rendered of a drill down page.

See Also