MemberDrillDownParameterIsInvertedSelectionSupported Property  | 
 
             Gets or sets a value indicating whether this instance supports inverted selection.
             
 
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic override bool IsInvertedSelectionSupported { get; set; }Public Overrides Property IsInvertedSelectionSupported As Boolean
	Get
	Set
public:
virtual property bool IsInvertedSelectionSupported {
	bool get () override;
	void set (bool value) override;
}abstract IsInvertedSelectionSupported : bool with get, set
override IsInvertedSelectionSupported : bool with get, set
Property Value
Type: 
Boolean
Exceptions
See Also