Класс GaugeInputValue

Represents an expression and optional formula used in a gauge.

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

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering..::..GaugeInputValue

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

Синтаксис

'Декларация
Public NotInheritable Class GaugeInputValue
'Применение
Dim instance As GaugeInputValue
public sealed class GaugeInputValue
public ref class GaugeInputValue sealed
[<SealedAttribute>]
type GaugeInputValue =  class end
public final class GaugeInputValue

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

Свойства

  Имя Описание
Открытое свойство AddConstant Constant to add to the value (after multiplying).
Открытое свойство CompiledInstance
Открытое свойство DataElementName The name to use for the data element/attribute for this value.
Открытое свойство DataElementOutput Indicates whether the item should appear in a data rendering.
Открытое свойство Formula Type of calculation to perform on the values, if more than one is present.
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство MaxPercent Maximum percent.
Открытое свойство MinPercent Minimum percent.
Открытое свойство Multiplier Constant by which to multiply the value.
Открытое свойство Value Expression for the value.

В начало

Методы

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

В начало

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

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