Share via


Dashboard.TemplateType Property (Microsoft.PerformancePoint.Scorecards)

The value used to represent a dashboard template type. The standard dashboard types are "balanced" and "general".

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

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property TemplateType As String
'Usage
Dim instance As Dashboard
Dim value As String

value = instance.TemplateType

instance.TemplateType = value
[XmlAttributeAttribute] 
public string TemplateType { get; set; }

See Also

Reference

Dashboard Class
Dashboard Members
Microsoft.PerformancePoint.Scorecards Namespace