ActiveReports Developer 7
WidthSensitivity Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > IBaseDataSet Interface : WidthSensitivity Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Property WidthSensitivity As WidthSensitivity
C# 
WidthSensitivity WidthSensitivity {get; set;}

Property Value

A WidthSensitivity enumeration indicating whether the data is width sensitive.

Remarks

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

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

See Also