[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CaseSensitivity

CaseSensitivity Enum

Specifies whether the data is case sensitive.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum CaseSensitivity

Fields

Name Description
Auto

The case sensitivity setting is derived by querying the data provider.

False

The data is not case sensitive.

True

The data is case sensitive.

Extension Methods