Share via


DashboardItem.AutoSizeHeight Property (Microsoft.PerformancePoint.Scorecards)

Lets the dashboard item height be sized automatically.

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

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property AutoSizeHeight As Boolean
'Usage
Dim instance As DashboardItem
Dim value As Boolean

value = instance.AutoSizeHeight

instance.AutoSizeHeight = value
[XmlAttributeAttribute] 
public bool AutoSizeHeight { get; set; }

See Also

Reference

DashboardItem Class
DashboardItem Members
Microsoft.PerformancePoint.Scorecards Namespace