IBrickNode Interface
Provides information about a visual brick used to render a report control to construct a document in the Web Document Viewer.
Declaration
export interface IBrickNode
Remarks
See the ASPxClientWebDocumentViewer.PreviewClick event description for more information.
Properties
accessibleDescription Property
Declaration
accessibleDescription: string
Property Value
Type |
---|
string |
content Property
Specifies a brick’s content.
Declaration
content: Array<DevExpress.Reporting.IKeyValuePair<any>>
Property Value
Type | Description |
---|---|
IKeyValuePair<any>[] | An array that stores content keys along with the corresponding contents. |
height Property
Specifies a brick’s height.
Declaration
height: number
Property Value
Type | Description |
---|---|
number | The brick height. |
left Property
Specifies a brick’s left horizontal coordinate.
Declaration
left: number
Property Value
Type | Description |
---|---|
number | The brick’s left horizontal coordinate. |
navigation Property
Specifies navigation settings of the current brick.
Declaration
navigation?: IBrickNodeNavigation
Property Value
Type | Description |
---|---|
IBrickNodeNavigation | The brick’s navigation settings. |
rtl Property
Specifies whetherthe right-to-left feature is enabled for a brick.
Declaration
rtl: boolean
Property Value
Type | Description |
---|---|
boolean | true, if the right-to-left feature is enabled; otherwise, false. |
top Property
Specifies a brick’s top vertical coordinate.
Declaration
top: number
Property Value
Type | Description |
---|---|
number | The brick’s top vertical coordinate. |
width Property
Specifies a brick’s width.
Declaration
width: number
Property Value
Type | Description |
---|---|
number | The brick width. |