Enum ChildViewPrintMode
Determines how child views are printed when printing hierarchy.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public enum ChildViewPrintMode
PrintCurrentlyActiveView
Prints the view that is active in the grid.
PrintFirstView
Always prints the first view.
SelectViewToPrint
In this mode the ChildViewPrinting event is fired. The event allows to choose the view to export on a row by row basis.