ReportSection.bottomValue Method

Definition

Overloads

bottomValue()
bottomValue(Decimal)

bottomValue()

public:
 virtual System::Decimal bottomValue();
public virtual decimal bottomValue ();
abstract member bottomValue : unit -> decimal
override this.bottomValue : unit -> decimal
Public Overridable Function bottomValue () As Decimal

Returns

Applies to

bottomValue(Decimal)

public:
 virtual System::Decimal bottomValue(System::Decimal _value);
public virtual decimal bottomValue (decimal _value);
abstract member bottomValue : decimal -> decimal
override this.bottomValue : decimal -> decimal
Public Overridable Function bottomValue (_value As Decimal) As Decimal

Parameters

_value
Decimal

Returns

Applies to