GaugeResizeModes 列舉型別
Specifies whether content will resize to fit in the available space of a GaugeLabel.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Enumeration GaugeResizeModes
'用途
Dim instance As GaugeResizeModes
public enum GaugeResizeModes
public enum class GaugeResizeModes
type GaugeResizeModes
public enum GaugeResizeModes
成員
成員名稱 | 描述 | |
---|---|---|
AutoFit | The content will automatically resize to fit in the available space of a GaugeLabel. | |
None | The content will not automatically resize to fit in the available space of a GaugeLabel. |