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