Share via


ReportView.PreferredHeight Property (Microsoft.PerformancePoint.Scorecards)

(Internal use only) The preferred height of the report.

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

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property PreferredHeight As Integer
'Usage
Dim instance As ReportView
Dim value As Integer

value = instance.PreferredHeight

instance.PreferredHeight = value
[XmlAttributeAttribute] 
public int PreferredHeight { get; set; }

Remarks

If set to Int.MinValue, the height will be controlled by the view-time environment.

See Also

Reference

ReportView Class
ReportView Members
Microsoft.PerformancePoint.Scorecards Namespace