ReportGuidControl.topValue Method

Definition

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

Returns

Applies to