[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.KanatypeSensitivity

KanatypeSensitivity Enum

Specifies whether the data is Kanatype sensitive. (Used with the Japanese language to distinguish between hiragana and katakana.)

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum KanatypeSensitivity

Fields

Name Description
Auto

The Kanatype sensitivity setting is derived by querying the data provider.

False

There is no distinction between hiragana and katakana.

True

There is a distinction between hiragana and katakana.

Extension Methods