ConnectionData.IsTrend Property

Gets or sets a Boolean value that indicates whether the metric in the cell is a trend aggregation.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property IsTrend As Boolean
    Get
    Set
'Usage
Dim instance As ConnectionData
Dim value As Boolean

value = instance.IsTrend

instance.IsTrend = value
public bool IsTrend { get; set; }

Property Value

Type: System.Boolean
true if the cell is a trend aggregation; otherwise, false.

See Also

Reference

ConnectionData Class

ConnectionData Members

Microsoft.PerformancePoint.Scorecards Namespace