ReportGuidControl.showLabel Method

Definition

Overloads

showLabel()
showLabel(Boolean)

showLabel()

public:
 virtual bool showLabel();
public virtual bool showLabel ();
abstract member showLabel : unit -> bool
override this.showLabel : unit -> bool
Public Overridable Function showLabel () As Boolean

Returns

Applies to

showLabel(Boolean)

public:
 virtual bool showLabel(bool _value);
public virtual bool showLabel (bool _value);
abstract member showLabel : bool -> bool
override this.showLabel : bool -> bool
Public Overridable Function showLabel (_value As Boolean) As Boolean

Parameters

_value
Boolean

Returns

Applies to