ReportSection.bottomValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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