共用方式為


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 命名空間