Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Type of the thermometer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ThermometerStyle As ReportEnumProperty(Of GaugeThermometerStyles)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeThermometerStyles>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace