The following example demonstrates how a standard control can be modified to enable its use with PrintableComponentLink. To accomplish this, the control should implement the IPrintable interface. In this sample, we create a printable descendant of the System.Windows.Forms.ListView control, that implements the IPrintable interface.
Question Comments
Added By: Adam Futrell at: 10/20/2014 12:59:04 PM
Could you give a sample using the TreeList control? I am trying to accomplish the same thing as mentioned in this ticket (https://www.devexpress.com/Support/Center/Question/Details/Q536648). Thanks!