CalculatedMember.IsValid Property

Definition

Returns a Boolean that indicates whether the specified calculated member has been successfully instantiated with the OLAP provider during the current session.

public:
 property bool IsValid { bool get(); };
public bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean

Property Value

Remarks

This property returns True even if the PivotTable is not connected to its data source. Make sure that the PivotTable is connected before querying the value of the IsValid property.

Applies to