ThermometerInstance.ThermometerStyle Propiedad
Gets the calculated value of the ThermometerStyle property in a Thermometer class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ThermometerStyle As GaugeThermometerStyles
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeThermometerStyles
A GaugeThermometerStyles value that represents the calculated value of the ThermometerStyle property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering