ReportSection.bottomMode Method

Definition

Overloads

bottomMode()
bottomMode(Int32)

bottomMode()

public:
 virtual int bottomMode();
public virtual int bottomMode ();
abstract member bottomMode : unit -> int
override this.bottomMode : unit -> int
Public Overridable Function bottomMode () As Integer

Returns

Applies to

bottomMode(Int32)

public:
 virtual int bottomMode(int _value);
public virtual int bottomMode (int _value);
abstract member bottomMode : int -> int
override this.bottomMode : int -> int
Public Overridable Function bottomMode (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Applies to