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

ASPxClientReportDocumentMap Class

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

Declaration

declare class ASPxClientReportDocumentMap extends ASPxClientControl

Remarks

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

Inheritance

ASPxClientControlBase
ASPxClientControl
ASPxClientReportDocumentMap
See Also

Events

ContentChanged Event

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

Declaration

ContentChanged: ASPxClientEvent<ASPxClientEventHandler>

Event Data

The ContentChanged event's data class is ASPxClientEventArgs.