ReportShapeControl.topValue 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
topValue() | |
topValue(Decimal) |
topValue()
public:
virtual System::Decimal topValue();
public virtual decimal topValue ();
abstract member topValue : unit -> decimal
override this.topValue : unit -> decimal
Public Overridable Function topValue () As Decimal
Returns
Applies to
topValue(Decimal)
public:
virtual System::Decimal topValue(System::Decimal _value);
public virtual decimal topValue (decimal _value);
abstract member topValue : decimal -> decimal
override this.topValue : decimal -> decimal
Public Overridable Function topValue (_value As Decimal) As Decimal
Parameters
- _value
- Decimal