Поделиться через


Класс GaugeScale

Represents a scale to be drawn within a gauge.

Иерархия наследования

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.GaugeScale
      Microsoft.ReportingServices.OnDemandReportRendering.LinearScale
      Microsoft.ReportingServices.OnDemandReportRendering.RadialScale

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class GaugeScale _
    Inherits GaugePanelObjectCollectionItem _
    Implements IROMStyleDefinitionContainer
'Применение
Dim instance As GaugeScale
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public abstract class GaugeScale : GaugePanelObjectCollectionItem, 
    IROMStyleDefinitionContainer
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class GaugeScale abstract : public GaugePanelObjectCollectionItem, 
    IROMStyleDefinitionContainer
[<AbstractClassAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type GaugeScale =  
    class 
        inherit GaugePanelObjectCollectionItem 
        interface IROMStyleDefinitionContainer 
    end
public abstract class GaugeScale extends GaugePanelObjectCollectionItem implements IROMStyleDefinitionContainer

Тип GaugeScale обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство ActionInfo Actions for the scale.
Открытое свойство CustomLabels Custom labels for the scale.
Открытое свойство FieldsUsedInValueExpression Gets the fields used in a value expression.
Открытое свойство GaugeMajorTickMarks Major tickmarks to display on the scale.
Открытое свойство GaugeMinorTickMarks Minor tickmarks to display on the scale.
Открытое свойство Hidden Indicates the scale is hidden.
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство Interval Default interval between tick marks and labels.
Открытое свойство IntervalOffset Default offset for the first tick mark and label.
Открытое свойство Logarithmic Indicates the scale is logarithmic.
Открытое свойство LogarithmicBase Base to use for logarithmic scale.
Открытое свойство MaximumPin Maximum value at which a pointer on the scale will stop.
Открытое свойство MaximumValue Maximum value for the scale.
Открытое свойство MinimumPin Minimum value at which a pointer on the scale will stop.
Открытое свойство MinimumValue Minimum value for the scale.
Открытое свойство Multiplier Amount by which the gauge value is multiplied before being displayed.
Открытое свойство Name Name of the gauge scale.
Открытое свойство Reversed Indicates the direction of the scale is reversed.
Открытое свойство ScaleLabels Labels to display on the scale.
Открытое свойство ScaleRanges Ranges to display on the scale.
Открытое свойство Style Gets the style properties of this report definition object.
Открытое свойство TickMarksOnTop Indicates tick marks should be drawn above pointers.
Открытое свойство ToolTip Tool tip text for the scale.
Открытое свойство UniqueName Gets the unique identifier for this report definition object.
Открытое свойство Width Width of the scale bar, as a percent of the size of the gauge

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Поля

  Имя Описание
Защищенное поле m_instance Инфраструктура. Specifies the instance of gauge panel item. (Производный от GaugePanelObjectCollectionItem.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering