Thermometer-Klasse
Defines display properties for a linear gauge thermometer pointer.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.Thermometer
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
Der Thermometer-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
BulbOffset | Offset of the bulb from the zero position, as a percent of the scale length. | |
BulbSize | Size of the bulb, as a percent of the scale width. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Style | Gets the style properties of this report definition object. | |
ThermometerStyle | Type of the thermometer. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace