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

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

    Property Value

    A CaseSensitivity value indicating whether the fields in the dataset are case sensitive.
    Remarks

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

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

    See Also