ActiveReports 12
KanatypeSensitivity Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : KanatypeSensitivity Enumeration
Specifies whether the data is Kanatype sensitive. (Used with the Japanese language to distinguish between hiragana and katakana.)
Syntax
'Declaration
 
Public Enum KanatypeSensitivity 
   Inherits System.Enum
public enum KanatypeSensitivity : System.Enum 
Members
MemberDescription
AutoThe Kanatype sensitivity setting is derived by querying the data provider.
FalseThere is no distinction between hiragana and katakana.
TrueThere is a distinction between hiragana and katakana.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.KanatypeSensitivity

See Also

Reference

GrapeCity.ActiveReports.PageReportModel Namespace