IPrxReport.SelfObject

Fore Syntax

SelfObject : IPrxReport;

Fore.NET Syntax

SelfObject : Prognoz.Platform.Interop.Report.IPrxReport;

Description

The SelfObject property returns a link to the object that is passed to event.

Comments

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:

IPrxReport