IReportSheetData.Descriptor

Fore Syntax

Descriptor: IMetabaseObjectDescriptor;

Fore.NET Syntax

Descriptor: Prognoz.Platform.Interop.Metabase.IMetabaseObjectDescriptor;

Description

The Descriptor property returns description of report sheet as a repository object.

Comments

To get report description as a repository object, use IReportData.Descriptor.

Fore Example

The property use is given in the example for IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.

Fore.NET Example

Fore.NET objects must not be used as an event handler.

See also:

IReportSheetData