Thermometer Class
Defines display properties for a linear gauge thermometer pointer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class Thermometer _
Implements IROMStyleDefinitionContainer
'Usage
Dim instance As Thermometer
public sealed class Thermometer : IROMStyleDefinitionContainer
public ref class Thermometer sealed : IROMStyleDefinitionContainer
[<SealedAttribute>]
type Thermometer =
class
interface IROMStyleDefinitionContainer
end
public final class Thermometer implements IROMStyleDefinitionContainer
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.Thermometer
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also