GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataSet Class : WidthSensitivity Property |
Gets or sets a value indicating whether the data is width sensitive.
'Declaration Public Property WidthSensitivity As WidthSensitivity
public WidthSensitivity WidthSensitivity {get; set;}
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.