Gets or sets a value indicating whether the data is width sensitive.
  • AutoDefault. The width sensitivity setting should be autoderived by querying the data provider. Defaults to False if the data provider does not support that method.
  • TrueData in this data set is width sensitive.
  • FalseData in this data set is width insensitive.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TriState WidthSensitivity { get; set; }
Visual Basic
Public Property WidthSensitivity As TriState
	Get
	Set

See Also