Condividi tramite


Classe IndicatorState

Represents a set of state information in the state indicator.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.IndicatorState

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class IndicatorState _
    Inherits GaugePanelObjectCollectionItem
'Utilizzo
Dim instance As IndicatorState
public sealed class IndicatorState : GaugePanelObjectCollectionItem
public ref class IndicatorState sealed : public GaugePanelObjectCollectionItem
[<SealedAttribute>]
type IndicatorState =  
    class 
        inherit GaugePanelObjectCollectionItem 
    end
public final class IndicatorState extends GaugePanelObjectCollectionItem

Nel tipo IndicatorState sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Color Gets the color of the state.
Proprietà pubblica EndValue Gets the end value in the state range.
Proprietà pubblica IndicatorImage Gets the properties of the state image.
Proprietà pubblica IndicatorStyle Gets the indicator style of the state.
Proprietà pubblica Instance Gets the report instance object that contains the calculated values of this report definition object.
Proprietà pubblica Name Gets the name of the indicator state.
Proprietà pubblica ScaleFactor Gets the scale factor of the state image.
Proprietà pubblica StartValue Gets the start value in the state range.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering