Exago .NET API Documentation
QuickFunctionDataType Enumeration
WebReports.Api.Common Namespace : QuickFunctionDataType Enumeration
Used by the SupportedDataTypes Property, this enumeration references the type of ExpressView columns that can be transformed by a specific Quick Function.
Syntax
public enum QuickFunctionDataType : System.Enum 
Members
MemberValueDescription
Date0This Quick Function can apply to columns with dates and datetimes.
Number1This Quick Function can apply to columns with numbers.
Text2This Quick Function can apply to columns with text content.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         WebReports.Api.Common.QuickFunctionDataType

See Also

Reference

WebReports.Api.Common Namespace