Skip to main content

IReportControlMetadata Interface

Provides information about a report control required to serialize, display and manage interactivity.

Declaration

export interface IReportControlMetadata extends IElementMetadata

Inheritance

IElementMetadata
IReportControlMetadata

Properties

canPaste Property

Declaration

canPaste?: (dropTarget: DevExpress.Analytics.Internal.ISelectionTarget) => boolean

Property Value

Type
(dropTarget: ISelectionTarget<string>) => boolean

defaultBindingName Property

Specifies the name of an element’s default data binding.

Declaration

defaultBindingName?: string

Property Value

Type Description
string

The name of an element’s default data binding.

group Property

Declaration

group?: "common" | "misc" | "complex" | "graphics" | "custom" | string

Property Value

Type
string