Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / DataSet Class / WidthSensitivity Property

In This Topic
    WidthSensitivity Property
    In This Topic
    Gets or sets a value indicating whether the data is width sensitive.
    • Default. The width sensitivity setting should be autoderived by querying the data provider. Defaults to False if the data provider does not support that method.
    • Data in this data set is width sensitive.
    • Data in this data set is width insensitive.
    Syntax
    'Declaration
     
    Public Property WidthSensitivity As TriState
    public TriState WidthSensitivity {get; set;}
    See Also