ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataSet Class / AccentSensitivity Property

In This Topic
    AccentSensitivity Property (DataSet)
    In This Topic
    Gets or sets a value indicating whether the data is accent sensitive.
    Syntax
    'Declaration
     
    Public Property AccentSensitivity As AccentSensitivity
    public AccentSensitivity AccentSensitivity {get; set;}

    Property Value

    An AccentSensitivity value indicating whether the data is accent sensitive.
    Remarks

    If AccentSensitivity.Auto value is specified, the application attempts to determine the accent sensitivity by querying the data provider.

    Defaults to AccentSensitivity.False value if the data provider does not support this feature.

    See Also