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