Свойство ThermometerStyle

Gets the calculated value of the ThermometerStyle property in a Thermometer class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property ThermometerStyle As GaugeThermometerStyles
    Get
'Применение
Dim instance As ThermometerInstance
Dim value As GaugeThermometerStyles

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

Значение свойства

Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeThermometerStyles
A GaugeThermometerStyles value that represents the calculated value of the ThermometerStyle property.