Intersoft WebGrid Documentation
Export Enumeration
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace : Export Enumeration






Value indicating whether user is allowed to export or send data in the WebGrid control.

Syntax

Visual Basic (Declaration) 
Public Enum Export 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As Export
C# 
public enum Export : System.Enum 
Delphi 
public enum Export = class(System.Enum)
JScript 
public enum Export extends System.Enum
Managed Extensions for C++ 
__value public enum Export : public System.Enum 
C++/CLI 
public enum class Export : public System.Enum 

Members

MemberDescription
Default 
NoUser is not allowed to export or send data in the Webgrid control.
YesUser is allowed to export or send data in the Webgrid control.

Remarks

The export feature allows you to export two types of grid's data. The first one is the root table and the other is selected child table's data. The export for root table will not export any hierarchical data because of performance issues and based on common requirements. The export for selected child table will export the entire data for the selected child table and not including any hierarchical data.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.Export

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.