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


Класс 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 Gets a constant to add to the value (after multiplying).
Открытое свойство CompiledInstance Gets the instance of the compiled gauge input value.
Открытое свойство DataElementName Gets the name to use for the data element/attribute for this value.
Открытое свойство DataElementOutput Gets a value that indicates whether the item should appear in a data rendering.
Открытое свойство Formula Gets the 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 Gets the maximum percent.
Открытое свойство MinPercent Gets the minimum percent.
Открытое свойство Multiplier Gets a constant by which to multiply the value.
Открытое свойство Value Gets the expression for the value.

В начало

Методы

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

В начало

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

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

См. также

Справочник

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