WidthSensitivities Enumeration
Specifies whether the data is width-sensitive.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration WidthSensitivities
'Usage
Dim instance As WidthSensitivities
public enum WidthSensitivities
public enum class WidthSensitivities
type WidthSensitivities
public enum WidthSensitivities
Members
Member name | Description | |
---|---|---|
Auto | Indicates that the report server should attempt to derive the value from the data provider when the report runs. | |
False | Indicates that the data is not width-sensitive. | |
True | Indicates that the data is width-sensitive. |