Enum
ChildViewPrintMode

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.

Declaration

cs-api-definition
PrintCurrentlyActiveView = 1

Field Value

ChildViewPrintMode

PrintFirstView

Always prints the first view.

Declaration

cs-api-definition
PrintFirstView = 0

Field Value

ChildViewPrintMode

SelectViewToPrint

In this mode the ChildViewPrinting event is fired. The event allows to choose the view to export on a row by row basis.

Declaration

cs-api-definition
SelectViewToPrint = 2

Field Value

ChildViewPrintMode