Propriedade do RDL ThermometerInstance.ThermometerStyle
Gets the calculated value of the ThermometerStyle property in a Thermometer class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.GaugeThermometerStyles
A GaugeThermometerStyles value that represents the calculated value of the ThermometerStyle property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering