WidthSensitivities 열거형
Specifies whether the data is width-sensitive.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Enumeration WidthSensitivities
‘사용 방법
Dim instance As WidthSensitivities
public enum WidthSensitivities
public enum class WidthSensitivities
type WidthSensitivities
public enum WidthSensitivities
멤버
멤버 이름 | 설명 | |
---|---|---|
Auto | Indicates that the report server should attempt to derive the value from the data provider when the report runs. | |
True | Indicates that the data is width-sensitive. | |
False | Indicates that the data is not width-sensitive. |