Свойство ComparablePropertyDefinition<T>.Maximum
Gets the maximum value.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public ReadOnly Property Maximum As Nullable(Of T)
Get
'Применение
Dim instance As ComparablePropertyDefinition
Dim value As Nullable(Of T)
value = instance.Maximum
public Nullable<T> Maximum { get; }
public:
property Nullable<T> Maximum {
Nullable<T> get ();
}
member Maximum : Nullable<'T>
function get Maximum () : Nullable<T>
Значение свойства
Тип: System.Nullable<T>
A Nullable<T> object.
См. также
Справочник
ComparablePropertyDefinition<T> Класс
Пространство имен Microsoft.ReportingServices.RdlObjectModel