Skip to main content
A newer version of this page is available. .

IBrickNode Interface

Provides information about a visual brick used to render a report control to construct a document in the Web Document Viewer.

Declaration

interface IBrickNode

Remarks

See the ASPxClientWebDocumentViewer.PreviewClick event description for more information.

Properties

content Property

Specifies a brick’s content.

Declaration

content: Array<IKeyValuePair<any>>

Property Value

Type Description
Array<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.