Propriedade do RDL ComparablePropertyDefinition<T>.Maximum
Gets the maximum value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public ReadOnly Property Maximum As Nullable(Of T)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Nullable<T>
A Nullable<T> object.