[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataSet.CaseSensitivity

CaseSensitivity Property

CaseSensitivity

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

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

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

Implements
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.