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