Bind Variable type (as object ) in report
Posted: Mon Oct 26, 2020 1:43 pm
Hi,
I have a dynamic object on C#.
dynamic data = new {REG = new {Gender="male"}});
report["myvariable"]=data ;
In MRT I have a variable ("myvariable") as object type but I am not able to show the value of Gender property on the label.
referring value on MRT as : {myvariable.REG.Gender}
I have a dynamic object on C#.
dynamic data = new {REG = new {Gender="male"}});
report["myvariable"]=data ;
In MRT I have a variable ("myvariable") as object type but I am not able to show the value of Gender property on the label.
referring value on MRT as : {myvariable.REG.Gender}