ActiveReports 8
WidthSensitivity Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataSet Class : WidthSensitivity Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property WidthSensitivity As WidthSensitivity
C# 
public 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also