Back to Devexpress

ASPxClientReportDocumentMap Class

xtrareports-js-aspxclientreportdocumentmap.md

latest2.3 KB
Original Source

ASPxClientReportDocumentMap Class

The client-side equivalent of the ASPxClientDocumentViewer control’s Document Map.

Declaration

ts
declare class ASPxClientReportDocumentMap extends ASPxClientControl

Remarks

To access an ASPxClientReportDocumentMap , call the ASPxClientDocumentViewer.GetDocumentMap method.

Inherited Members

Init

name

AdjustControl

GetClientVisible

GetHeight

GetMainElement

GetParentControl

GetVisible

GetWidth

InCallback

SendMessageToAssistiveTechnology(message)

SetClientVisible(visible)

SetHeight(height)

SetVisible(visible)

SetWidth(width)

AdjustControls

Cast(obj)

GetControlCollection

Inheritance

ASPxClientControlBase ASPxClientControl ASPxClientReportDocumentMap

See Also

ASPxClientDocumentViewer

GetDocumentMap

Events

ContentChanged Event

Occurs after the content of the Document Viewer’s document map is updated.

Declaration

ts
ContentChanged: ASPxClientEvent<ASPxClientEventHandler<ASPxClientReportDocumentMap>>

Event Data

The ContentChanged event's data class is ASPxClientEventArgs.