DashboardDesignerAllPagesFromObject Method |
|
DataPA OpenAnalytics API Reference
Returns a collection containing all page objects referenced by a DashboardObject.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection AllPagesFromObject(
DashboardObject DashboardObject
)
Public Function AllPagesFromObject (
DashboardObject As DashboardObject
) As Collection
public:
virtual Collection^ AllPagesFromObject(
DashboardObject^ DashboardObject
) sealed
function AllPagesFromObject(DashboardObject);
Parameters
- DashboardObject
- Type: DataPAEnterpriseDashboardDashboardObject
The DashboardObject.
Return Value
Type:
CollectionThe 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