Класс DoubleProperty
Represents a double property in the report.
Иерархия наследования
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition< (Of < ( <'Double> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .ComparablePropertyDefinition< (Of < ( <'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< (Of < <' (Double> ) > > )) | Creates a new instance of the DoubleProperty class. |
![]() |
DoubleProperty(String, Nullable< (Of < <' (Double> ) > > ), Nullable< (Of < <' (Double> ) > > ), Nullable< (Of < <' (Double> ) > > )) | Creates a new instance of the DoubleProperty class. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Default | The default value. (Производный от PropertyDefinition< (Of < ( <'T> ) > ) >.) |
![]() |
Maximum | The maximum value. (Производный от ComparablePropertyDefinition< (Of < ( <'T> ) > ) >.) |
![]() |
Minimum | The minimum value. (Производный от ComparablePropertyDefinition< (Of < ( <'T> ) > ) >.) |
![]() |
Name | The property name. (Производный от PropertyDefinition.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Constrain | Adjust a value according to the defined property constraints. (Производный от ComparablePropertyDefinition< (Of < ( <'T> ) > ) >.) |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
![]() |
Validate(Object, T) | Инфраструктура. (Производный от ComparablePropertyDefinition< (Of < ( <'T> ) > ) >.) |
В начало
Явные реализации интерфейса
| Имя | Описание | |
|---|---|---|
![]() ![]() |
IPropertyDefinition. . :: . .Default | (Производный от ComparablePropertyDefinition< (Of < ( <'T> ) > ) >.) |
![]() ![]() |
IPropertyDefinition. . :: . .Maximum | (Производный от ComparablePropertyDefinition< (Of < ( <'T> ) > ) >.) |
![]() ![]() |
IPropertyDefinition. . :: . .Minimum | (Производный от ComparablePropertyDefinition< (Of < ( <'T> ) > ) >.) |
![]() ![]() |
IPropertyDefinition. . :: . .Validate | (Производный от ComparablePropertyDefinition< (Of < ( <'T> ) > ) >.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)