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. |