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. | |
False | Indicates that the data is not width-sensitive. | |
True | Indicates that the data is width-sensitive. |