SelfObject : IPrxReport;
SelfObject : Prognoz.Platform.Interop.Report.IPrxReport;
The SelfObject property returns a link to the object that is passed to event.
The SelfObject property is created specifically for Fore.NET, as it does not support passing objects as parameters. An additional shell is used for these purposes.
If SelfObject returns Null, the object is shell, if it returns an object of the IPrxReport type, this is a real report.
See also: