Click or drag to resize

StiParserStiAsmCommandType Enumeration

[Missing <summary> documentation for "T:Stimulsoft.Report.Engine.StiParser.StiAsmCommandType"]

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public enum StiAsmCommandType
Members
  Member nameValueDescription
PushValue2000
PushVariable2001
PushRefVariable2002
PushSystemVariable2003
PushDataSourceField2004
PushBusinessObjectField2005
PushFunction2006
PushMethod2007
PushProperty2008
PushComponent2009
PushArrayElement2010
CopyToVariable2011
Add2020
Sub2021
Mult2022
Div2023
Mod2024
Power2025
Neg2026
Cast2027
Not2028
CompareLeft2029
CompareLeftEqual2030
CompareRight2031
CompareRightEqual2032
CompareEqual2033
CompareNotEqual2034
Shl2035
Shr2036
And2037
And22038
Or2039
Or22040
Xor2041
Jump2042
JumpTrue2043
JumpFalse2044
See Also