ActiveReports Developer 7
CaseSensitivity Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataSet Class : CaseSensitivity Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property CaseSensitivity As CaseSensitivity
C# 
public CaseSensitivity CaseSensitivity {get; set;}

Property Value

A CaseSensitivity enumeration indicating whether the fields in a data set are case sensitive.

Remarks

If Auto is specified, the application attempts to derive the case sensitivity setting by querying the data provider.

Defaults to false if the data provider does not support that method.

See Also