Back to Devexpress

XRTableOfContents Events

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrtableofcontents-dot-underscore-events.md

latest2.4 KB
Original Source

XRTableOfContents Events

A control that generates a table of contents in a report composed of sections and their corresponding page numbers based on the hierarchy of bookmarks contained in the report document map.

NameDescription
AfterPrintOccurs after an XRControl object is displayed in the report. Inherited from XRControl.
BeforePrintOccurs before an XRControl object creates its image in a report being generated. Inherited from XRControl.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
LocationChangedOccurs when the value of the XRControl.LocationF property is changed. Inherited from XRControl.
ParentChangedOccurs when the XRControl instance’s parent is changed. Inherited from XRControl.
SizeChangedOccurs when the value of the XRControl.SizeF property is changed. Inherited from XRControl.

See Also

XRTableOfContents Class

XRTableOfContents Members

DevExpress.XtraReports.UI Namespace