[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.IBaseDataSet.CaseSensitivity

CaseSensitivity Property

CaseSensitivity

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

Declaration
CaseSensitivity CaseSensitivity { get; set; }
Property Value
Type Description
CaseSensitivity

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

Remarks

If Auto value is specified, the application attempts to determine the case sensitivity by querying the data provider. Defaults to False value if the data provider does not support this feature.