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