Thermometer.ThermometerStyle 属性

Type of the thermometer.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property ThermometerStyle As ReportEnumProperty(Of GaugeThermometerStyles)
    Get
用法
Dim instance As Thermometer 
Dim value As ReportEnumProperty(Of GaugeThermometerStyles)

value = instance.ThermometerStyle
public ReportEnumProperty<GaugeThermometerStyles> ThermometerStyle { get; }
public:
property ReportEnumProperty<GaugeThermometerStyles>^ ThermometerStyle {
    ReportEnumProperty<GaugeThermometerStyles>^ get ();
}
member ThermometerStyle : ReportEnumProperty<GaugeThermometerStyles>
function get ThermometerStyle () : ReportEnumProperty<GaugeThermometerStyles>

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeThermometerStyles>
A ReportEnumProperty<EnumType> object.

请参阅

参考

Thermometer 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间