ReportRun.sumNeg 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
sumNeg(Int32, Int32) | |
sumNeg(Int32, Int32, Int32) |
sumNeg(Int32, Int32)
public:
virtual System::Decimal sumNeg(int num1, int num2);
public virtual decimal sumNeg (int num1, int num2);
abstract member sumNeg : int * int -> decimal
override this.sumNeg : int * int -> decimal
Public Overridable Function sumNeg (num1 As Integer, num2 As Integer) As Decimal
Parameters
- num1
- Int32
- num2
- Int32
Returns
Applies to
sumNeg(Int32, Int32, Int32)
public:
virtual System::Decimal sumNeg(int _tableId, int _fieldId, int _indent);
public virtual decimal sumNeg (int _tableId, int _fieldId, int _indent);
abstract member sumNeg : int * int * int -> decimal
override this.sumNeg : int * int * int -> decimal
Public Overridable Function sumNeg (_tableId As Integer, _fieldId As Integer, _indent As Integer) As Decimal
Parameters
- _tableId
- Int32
- _fieldId
- Int32
- _indent
- Int32