Propriedade do RDL ComparablePropertyDefinition<T>.Minimum
Gets the minimum value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public ReadOnly Property Minimum As Nullable(Of T)
Get
'Uso
Dim instance As ComparablePropertyDefinition
Dim value As Nullable(Of T)
value = instance.Minimum
public Nullable<T> Minimum { get; }
public:
property Nullable<T> Minimum {
Nullable<T> get ();
}
member Minimum : Nullable<'T>
function get Minimum () : Nullable<T>
Valor da propriedade
Tipo: System.Nullable<T>
A Nullable<T> object.