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