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


Класс DoubleProperty

Represents a double property in the report.

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

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<Double>
      Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<Double>
        Microsoft.ReportingServices.RdlObjectModel.DoubleProperty

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

Синтаксис

'Декларация
Public Class DoubleProperty _
    Inherits ComparablePropertyDefinition(Of Double)
'Применение
Dim instance As DoubleProperty
public class DoubleProperty : ComparablePropertyDefinition<double>
public ref class DoubleProperty : public ComparablePropertyDefinition<double>
type DoubleProperty =  
    class 
        inherit ComparablePropertyDefinition<float>
    end
public class DoubleProperty extends ComparablePropertyDefinition<double>

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

Конструкторы

  Имя Описание
Открытый метод DoubleProperty(String, Nullable<Double>) Creates a new instance of the DoubleProperty class.
Открытый метод DoubleProperty(String, Nullable<Double>, Nullable<Double>, Nullable<Double>) Creates a new instance of the DoubleProperty class.

В начало

Свойства

  Имя Описание
Открытое свойство Default Gets the default value of the property. (Производный от PropertyDefinition<T>.)
Открытое свойство Maximum Gets the maximum value. (Производный от ComparablePropertyDefinition<T>.)
Открытое свойство Minimum Gets the minimum value. (Производный от ComparablePropertyDefinition<T>.)
Открытое свойство Name The property name. (Производный от PropertyDefinition.)

В начало

Методы

  Имя Описание
Открытый метод Constrain Adjusts a value according to the defined property constraints. (Производный от ComparablePropertyDefinition<T>.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)
Открытый метод Validate(Object, T) Инфраструктура. Validates the ComparablePropertyDefinition<T> object. (Производный от ComparablePropertyDefinition<T>.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытое свойство IPropertyDefinition.Default Gets the default value of the property definition. (Производный от ComparablePropertyDefinition<T>.)
Явная реализация интерфейсаЗакрытое свойство IPropertyDefinition.Maximum Gets the maximum value of the property definition. (Производный от ComparablePropertyDefinition<T>.)
Явная реализация интерфейсаЗакрытое свойство IPropertyDefinition.Minimum Gets the minimum value of the property definition. (Производный от ComparablePropertyDefinition<T>.)
Явная реализация интерфейсаЗакрытый метод IPropertyDefinition.Validate Validates the property definition. (Производный от ComparablePropertyDefinition<T>.)

В начало

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

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

См. также

Справочник

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