ActiveReports Developer 7
KanatypeSensitivity Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > IBaseDataSet Interface : KanatypeSensitivity Property

Glossary Item Box

Gets or sets a value indicating whether the data is kanatype sensitive.

Syntax

Visual Basic (Declaration) 
Property KanatypeSensitivity As KanatypeSensitivity
C# 
KanatypeSensitivity KanatypeSensitivity {get; set;}

Property Value

KanatypeSensitivity value indicating whether the data is kanatype sensitive.

Remarks

If Auto is specified, the application attempts to derive the kanatype sensitivity setting by querying the data provider.

Defaults to false if the data provider does not support that method.

See Also