Hi
I have a working version which is written on Delphi.
I am writing similar one for .net
I have some difficulties to understand Report object properties.
I used on Delphi side Like
FReport.AddFunction('MyOnAfterCalcHeight(Sender: TfrxComponent)');
FReport.OnUserFunction := frxReport1UserFunction;
FReport.OnClickObject := MyReportClickObject;
What can I use for this on definition on .Net?
Is there any tool,something which can be used for this conversion. I have a lot things which is exist on Delphi but not exist on C# such as, "TfrxMasterData"
Thanks for any help.