Freigeben über


MapColorRangeRuleInstance-Klasse

Represents an instance type of the MapColorRangeRule class and contains the calculated values of the properties in MapColorRangeRule.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.MapAppearanceRuleInstance
      Microsoft.ReportingServices.OnDemandReportRendering.MapColorRuleInstance
        Microsoft.ReportingServices.OnDemandReportRendering.MapColorRangeRuleInstance

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class MapColorRangeRuleInstance _
    Inherits MapColorRuleInstance
'Usage
Dim instance As MapColorRangeRuleInstance
public sealed class MapColorRangeRuleInstance : MapColorRuleInstance
public ref class MapColorRangeRuleInstance sealed : public MapColorRuleInstance
[<SealedAttribute>]
type MapColorRangeRuleInstance =  
    class 
        inherit MapColorRuleInstance 
    end
public final class MapColorRangeRuleInstance extends MapColorRuleInstance

Der MapColorRangeRuleInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft BucketCount Gets the calculated value of the Placement property in a MapAppearanceRule class. (Geerbt von MapAppearanceRuleInstance.)
Öffentliche Eigenschaft DataValue Gets the calculated value of the DataValue property in a MapAppearanceRule class. (Geerbt von MapAppearanceRuleInstance.)
Öffentliche Eigenschaft DistributionType Gets the calculated value of the DistributionType property in a MapAppearanceRule class. (Geerbt von MapAppearanceRuleInstance.)
Öffentliche Eigenschaft EndColor Gets the calculated value of the EndColor property in a MapColorRangeRule class.
Öffentliche Eigenschaft EndValue Gets the calculated value of the EndValue property in a MapAppearanceRule class. (Geerbt von MapAppearanceRuleInstance.)
Öffentliche Eigenschaft LegendText Gets the calculated value of the LegendText property in a MapAppearanceRule class. (Geerbt von MapAppearanceRuleInstance.)
Öffentliche Eigenschaft MiddleColor Gets the calculated value of the MiddleColor property in a MapColorRangeRule class.
Öffentliche Eigenschaft ShowInColorScale Gets the calculated value of the ShowInColorScale property in a MapColorRule class. (Geerbt von MapColorRuleInstance.)
Öffentliche Eigenschaft StartColor Gets the calculated value of the StartColor property in a MapColorRangeRule class.
Öffentliche Eigenschaft StartValue Gets the calculated value of the StartValue property in a MapAppearanceRule class. (Geerbt von MapAppearanceRuleInstance.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace