Enum ChildViewExportMode
Determines how the export handles child views when exporting hierarchy.
Namespace: Telerik.WinControls.UI.Export
Assembly: Telerik.WinControls.GridView.dll
Syntax
public enum ChildViewExportMode
ExportAllViews
In this mode all child views are exported. Available in GridViewSpreadExport and GridViewPdfExport.
ExportCurrentlyActiveView
Exports the view that is active in the grid.
ExportFirstView
Always exports the first view.
SelectViewToExport
In this mode the ChildViewExporing event is fired. The event allows to choose the view to export in row by row basis.