EnumChildViewPrintMode
Enum
Determines how child views are printed when printing hierarchy.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public enum ChildViewPrintMode
Fields
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.