Partilhar via


Propriedade do RDL ComparablePropertyDefinition<T>.IPropertyDefinition.Minimum

Gets the minimum value of the property definition.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Private ReadOnly Property Minimum As Object 
    Implements IPropertyDefinition.Minimum 
    Get
'Uso
Dim instance As ComparablePropertyDefinition 
Dim value As Object 

value = CType(instance, IPropertyDefinition).Minimum
Object IPropertyDefinition.Minimum { get; }
private:
virtual property Object^ Minimum {
    Object^ get () sealed = IPropertyDefinition::Minimum::get;
}
private abstract Minimum : Object 
private override Minimum : Object
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

Tipo: System.Object
The minimum value of the property definition.

Implementa

IPropertyDefinition.Minimum

Consulte também

Referência

ComparablePropertyDefinition<T> Classe

Namespace Microsoft.ReportingServices.RdlObjectModel