IReportData.Descriptor

Fore Syntax

Descriptor: IMetabaseObjectDescriptor;

Fore.NET Syntax

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

Description

The Descriptor property returns repost description as a repository object.

Comments

To get description of report sheet as a repository object, use IReportSheetData.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:

IReportData