CalculatedMember.IsValid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.