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