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






Value representing the file name format used by exporting feature.

Syntax

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

Members

MemberDescription
ExecutionTimeThe file name will be based on the current date and time when the exporting takes place.
GUIDThe default value of ReportFileFormat in WebGrid.NET V5. The file name will be randomed based on GUID number.

Inheritance Hierarchy

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

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.