Classe ScaleRangeInstance
Represents an instance type of the ScaleRange class and contains the calculated values of the properties in ScaleRange.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.ScaleRangeInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class ScaleRangeInstance _
Inherits BaseInstance
'Uso
Dim instance As ScaleRangeInstance
public sealed class ScaleRangeInstance : BaseInstance
public ref class ScaleRangeInstance sealed : public BaseInstance
[<SealedAttribute>]
type ScaleRangeInstance =
class
inherit BaseInstance
end
public final class ScaleRangeInstance extends BaseInstance
O tipo ScaleRangeInstance expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
BackgroundGradientType | Gets the calculated value of the BackgroundGradientType property in a ScaleRange class. | |
DistanceFromScale | Gets the calculated value of the DistanceFromScale property in a ScaleRange class. | |
EndWidth | Gets the calculated value of the EndWidth property in a ScaleRange class. | |
Hidden | Gets the calculated value of the Hidden property in a ScaleRange class. | |
InRangeBarPointerColor | Gets the calculated value of the InRangeBarPointerColor property in a ScaleRange class. | |
InRangeLabelColor | Gets the calculated value of the InRangeLabelColor property in a ScaleRange class. | |
InRangeTickMarksColor | Gets the calculated value of the InRangeTickMarksColor property in a ScaleRange class. | |
Placement | Gets the calculated value of the Placement property in a ScaleRange class. | |
StartWidth | Gets the calculated value of the StartWidth property in a ScaleRange class. | |
Style | Gets the calculated value of the Style property in a ScaleRange class. | |
ToolTip | Gets the calculated value of the ToolTip property in a ScaleRange class. |
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