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