Skip to main content

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.
Name Description
AfterPrint Occurs after an XRControl object is displayed in the report. Inherited from XRControl.
BeforePrint Occurs before an XRControl object creates its image in a report being generated. Inherited from XRControl.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
Draw
EvaluateBinding
HtmlItemCreated
LocationChanged Occurs when the value of the XRControl.LocationF property is changed. Inherited from XRControl.
ParentChanged Occurs when the XRControl instance’s parent is changed. Inherited from XRControl.
PreviewClick
PreviewDoubleClick
PreviewMouseDown
PreviewMouseMove
PreviewMouseUp
PrintOnPage
SizeChanged Occurs when the value of the XRControl.SizeF property is changed. Inherited from XRControl.
TextChanged
See Also