ShowFieldIcons Property (PivotPanel)
In This Topic
Gets or sets a value that determines whether the main field list should include icons indicating whether fields are measure or dimension fields.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property ShowFieldIcons As System.Boolean
'Usage
Dim instance As PivotPanel
Dim value As System.Boolean
instance.ShowFieldIcons = value
value = instance.ShowFieldIcons
[System.ComponentModel.DefaultValue(true)]
public System.bool ShowFieldIcons {get; set;}
public read-write property ShowFieldIcons: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set ShowFieldIcons : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_ShowFieldIcons();
public: __property void set_ShowFieldIcons(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool ShowFieldIcons {
System.bool get();
void set ( System.bool value);
}
See Also