Condividi tramite


Proprietà ComparablePropertyDefinition<T>.Maximum

Gets the maximum value.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Maximum As Nullable(Of T)
    Get
'Utilizzo
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>

Valore proprietà

Tipo: System.Nullable<T>
A Nullable<T> object.

Vedere anche

Riferimento

ComparablePropertyDefinition<T> Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel