ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IBaseDataSet Interface / WidthSensitivity Property

In This Topic
    WidthSensitivity Property (IBaseDataSet)
    In This Topic
    Gets or sets a value indicating whether the data is width sensitive.
    Syntax
    'Declaration
     
    Property WidthSensitivity As WidthSensitivity
    WidthSensitivity WidthSensitivity {get; set;}

    Property Value

    A WidthSensitivity ìôäãó indicating whether the data is width sensitive.
    Remarks
    If WidthSensitivity.Auto value is specified, the application attempts to determine the width sensitivity by querying the data provider. Defaults to WidthSensitivity.False value if the data provider does not support this feature.
    See Also