Класс SizeProperty
Represents a size property in the report.
Иерархия наследования
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<ReportSize>
Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<ReportSize>
Microsoft.ReportingServices.RdlObjectModel.SizeProperty
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Class SizeProperty _
Inherits ComparablePropertyDefinition(Of ReportSize)
'Применение
Dim instance As SizeProperty
public class SizeProperty : ComparablePropertyDefinition<ReportSize>
public ref class SizeProperty : public ComparablePropertyDefinition<ReportSize>
type SizeProperty =
class
inherit ComparablePropertyDefinition<ReportSize>
end
public class SizeProperty extends ComparablePropertyDefinition<ReportSize>
Тип SizeProperty обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
SizeProperty(String, Nullable<ReportSize>) | Creates a new instance of the SizeProperty class. |
![]() |
SizeProperty(String, Nullable<ReportSize>, Nullable<ReportSize>, Nullable<ReportSize>) | Creates a new instance of the SizeProperty 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