Clase MapSizeRuleInstance
Represents an instance type of the MapSizeRule class and contains the calculated values of the properties in MapSizeRule.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.MapAppearanceRuleInstance
Microsoft.ReportingServices.OnDemandReportRendering.MapSizeRuleInstance
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class MapSizeRuleInstance _
Inherits MapAppearanceRuleInstance
'Uso
Dim instance As MapSizeRuleInstance
public sealed class MapSizeRuleInstance : MapAppearanceRuleInstance
public ref class MapSizeRuleInstance sealed : public MapAppearanceRuleInstance
[<SealedAttribute>]
type MapSizeRuleInstance =
class
inherit MapAppearanceRuleInstance
end
public final class MapSizeRuleInstance extends MapAppearanceRuleInstance
El tipo MapSizeRuleInstance expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
BucketCount | Gets the calculated value of the Placement property in a MapAppearanceRule class. (Se hereda de MapAppearanceRuleInstance.) | |
DataValue | Gets the calculated value of the DataValue property in a MapAppearanceRule class. (Se hereda de MapAppearanceRuleInstance.) | |
DistributionType | Gets the calculated value of the DistributionType property in a MapAppearanceRule class. (Se hereda de MapAppearanceRuleInstance.) | |
EndSize | Gets the calculated value of the EndSize property in a MapSizeRule class. | |
EndValue | Gets the calculated value of the EndValue property in a MapAppearanceRule class. (Se hereda de MapAppearanceRuleInstance.) | |
LegendText | Gets the calculated value of the LegendText property in a MapAppearanceRule class. (Se hereda de MapAppearanceRuleInstance.) | |
StartSize | Gets the calculated value of the StartSize property in a MapSizeRule class. | |
StartValue | Gets the calculated value of the StartValue property in a MapAppearanceRule class. (Se hereda de MapAppearanceRuleInstance.) |
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