ReportView.PreferredWidth Property (Microsoft.PerformancePoint.Scorecards)
(Internal use only) The preferred width of the report.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property PreferredWidth As Integer
'Usage
Dim instance As ReportView
Dim value As Integer
value = instance.PreferredWidth
instance.PreferredWidth = value
[XmlAttributeAttribute]
public int PreferredWidth { 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