Share via


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