Classe ScalePinInstance
Represents an instance type of the ScalePin class, and contains the calculated values of the properties in ScalePin.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.TickMarkStyleInstance
Microsoft.ReportingServices.OnDemandReportRendering.ScalePinInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class ScalePinInstance _
Inherits TickMarkStyleInstance
'Uso
Dim instance As ScalePinInstance
public sealed class ScalePinInstance : TickMarkStyleInstance
public ref class ScalePinInstance sealed : public TickMarkStyleInstance
[<SealedAttribute>]
type ScalePinInstance =
class
inherit TickMarkStyleInstance
end
public final class ScalePinInstance extends TickMarkStyleInstance
O tipo ScalePinInstance expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
DistanceFromScale | Gets the calculated value of the DistanceFromScale property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.) | |
Enable | Gets the calculated value of the Enable property in a ScalePin class. | |
EnableGradient | Gets the calculated value of the EnableGradient property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.) | |
GradientDensity | Gets the calculated value of the GradientDensity property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.) | |
Hidden | Gets the calculated value of the Hidden property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.) | |
Length | Gets the calculated value of the Length property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.) | |
Location | Gets the calculated value of the Location property in a ScalePin class. | |
Placement | Gets the calculated value of the Placement property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.) | |
Shape | Gets the calculated value of the Shape property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.) | |
Style | Gets the calculated value of the Style property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.) | |
Width | Gets the calculated value of the Width property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.) |
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