[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.WidthSensitivity

WidthSensitivity Enum

Specifies whether the data is width sensitive.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum WidthSensitivity

Fields

Name Description
Auto

The width sensitivity setting is derived by querying the data provider.

False

Data is not width sensitive.

True

Data is width sensitive.

Extension Methods