ActiveReports 12
AccentSensitivity Property (DataSet)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataSet Class : AccentSensitivity Property

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

Syntax
'Declaration
 
Public Property AccentSensitivity As AccentSensitivity
public AccentSensitivity AccentSensitivity {get; set;}

Property Value

An AccentSensitivity enumeration indicating whether the data is accent sensitive.
Remarks

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

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

See Also

Reference

DataSet Class
DataSet Members