Share via


Dashboard.GetReportViewIds Method (Microsoft.PerformancePoint.Scorecards)

Gets the GUIDs for all report views on this dashboard.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Function GetReportViewIds As List(Of Guid)
'Usage
Dim instance As Dashboard
Dim returnValue As List(Of Guid)

returnValue = instance.GetReportViewIds
public List<Guid> GetReportViewIds ()

Return Value

A list of report view GUIDs.

See Also

Reference

Dashboard Class
Dashboard Members
Microsoft.PerformancePoint.Scorecards Namespace