User1611490854 posted
this.HCalc.ExecuteStatement("[R2Fml]=" + (15/10));
dgvTest.Table.Rows[i]["Data_Field"] = RuntimeHelpers.GetObjectValue(NewLateBinding.LateGet(null, typeof(Math), "Round", new object[]
{
RuntimeHelpers.GetObjectValue(this.HCalc.Eval("[R2Fml]")),
Conversions.ToInteger(0)
}, null, null, null));
How can i Execute this function.
when i run this but, i got some curious Error.