Clase IndicatorStateInstance
Represents an instance type of the IndicatorState class, and contains the calculated values of the properties in IndicatorState.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.IndicatorStateInstance
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class IndicatorStateInstance _
Inherits BaseInstance
'Uso
Dim instance As IndicatorStateInstance
public sealed class IndicatorStateInstance : BaseInstance
public ref class IndicatorStateInstance sealed : public BaseInstance
[<SealedAttribute>]
type IndicatorStateInstance =
class
inherit BaseInstance
end
public final class IndicatorStateInstance extends BaseInstance
El tipo IndicatorStateInstance expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Color | Gets the calculated value of the Color property in a IndicatorState class. | |
IndicatorStyle | Gets the calculated value of the IndicatorStyle property in a IndicatorState class. | |
ScaleFactor | Gets the calculated value of the ScaleFactor property in a IndicatorState class. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering