Share via


Dashboard.ParameterElements Property (Microsoft.PerformancePoint.Scorecards)

The parameter elements of the dashboard.

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

Syntax

'Declaration
<XmlArrayAttribute> _
Public Property ParameterElements As ParameterUIElementCollection
'Usage
Dim instance As Dashboard
Dim value As ParameterUIElementCollection

value = instance.ParameterElements

instance.ParameterElements = value
[XmlArrayAttribute] 
public ParameterUIElementCollection ParameterElements { get; set; }

See Also

Reference

Dashboard Class
Dashboard Members
Microsoft.PerformancePoint.Scorecards Namespace