Classe LinearPointerInstance
Represents an instance type of the LinearPointer class, and contains the calculated values of the properties in LinearPointer.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.GaugePointerInstance
Microsoft.ReportingServices.OnDemandReportRendering.LinearPointerInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class LinearPointerInstance _
Inherits GaugePointerInstance
'Uso
Dim instance As LinearPointerInstance
public sealed class LinearPointerInstance : GaugePointerInstance
public ref class LinearPointerInstance sealed : public GaugePointerInstance
[<SealedAttribute>]
type LinearPointerInstance =
class
inherit GaugePointerInstance
end
public final class LinearPointerInstance extends GaugePointerInstance
O tipo LinearPointerInstance expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
BarStart | Gets the calculated value of the BarStart property in a GaugePointer class. (Herdado de GaugePointerInstance.) | |
DistanceFromScale | Gets the calculated value of the DistanceFromScale property in a GaugePointer class. (Herdado de GaugePointerInstance.) | |
Hidden | Gets the calculated value of the Hidden property in a GaugePointer class. (Herdado de GaugePointerInstance.) | |
MarkerLength | Gets the calculated value of the MarkerLength property in a GaugePointer class. (Herdado de GaugePointerInstance.) | |
MarkerStyle | Gets the calculated value of the MarkerStyle property in a GaugePointer class. (Herdado de GaugePointerInstance.) | |
Placement | Gets the calculated value of the Placement property in a GaugePointer class. (Herdado de GaugePointerInstance.) | |
SnappingEnabled | Gets the calculated value of the SnappingEnabled property in a GaugePointer class. (Herdado de GaugePointerInstance.) | |
SnappingInterval | Gets the calculated value of the SnappingInterval property in a GaugePointer class. (Herdado de GaugePointerInstance.) | |
Style | Gets the calculated value of the Style property in a GaugePointer class. (Herdado de GaugePointerInstance.) | |
ToolTip | Gets the calculated value of the ToolTip property in a GaugePointer class. (Herdado de GaugePointerInstance.) | |
Type | Gets the calculated value of the Type property in a LinearPointer class. | |
Width | Gets the calculated value of the Width property in a GaugePointer class. (Herdado de GaugePointerInstance.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering