ReportRealControl.minNoOfDecimalsValue 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
minNoOfDecimalsValue() | |
minNoOfDecimalsValue(Int32) |
minNoOfDecimalsValue()
public:
virtual int minNoOfDecimalsValue();
public virtual int minNoOfDecimalsValue ();
abstract member minNoOfDecimalsValue : unit -> int
override this.minNoOfDecimalsValue : unit -> int
Public Overridable Function minNoOfDecimalsValue () As Integer
Returns
Applies to
minNoOfDecimalsValue(Int32)
public:
virtual int minNoOfDecimalsValue(int _value);
public virtual int minNoOfDecimalsValue (int _value);
abstract member minNoOfDecimalsValue : int -> int
override this.minNoOfDecimalsValue : int -> int
Public Overridable Function minNoOfDecimalsValue (_value As Integer) As Integer
Parameters
- _value
- Int32