ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataSet Class / KanatypeSensitivity Property

In This Topic
    KanatypeSensitivity Property (DataSet)
    In This Topic

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

    Syntax
    'Declaration
     
    Public Property KanatypeSensitivity As KanatypeSensitivity
    public KanatypeSensitivity KanatypeSensitivity {get; set;}

    Property Value

    A KanatypeSensitivity enumeration 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