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: ISelectionTarget) => boolean
Property Value
Type |
---|
(dropTarget: ISelectionTarget) => 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' | string
Property Value
Name |
---|
"common" |
"misc" |
"complex" |
"graphics" |
string |