ThermometerInstance.ThermometerStyle Property
Gets the calculated value of the ThermometerStyle property in a Thermometer class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ThermometerStyle As GaugeThermometerStyles
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeThermometerStyles
A GaugeThermometerStyles value that represents the calculated value of the ThermometerStyle property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace