Propriedade do RDL StringProperty.IPropertyDefinition.Maximum
Gets the maximum value of the string property.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Private ReadOnly Property Maximum As Object
Implements IPropertyDefinition.Maximum
Get
'Uso
Dim instance As StringProperty
Dim value As Object
value = CType(instance, IPropertyDefinition).Maximum
Object IPropertyDefinition.Maximum { get; }
private:
virtual property Object^ Maximum {
Object^ get () sealed = IPropertyDefinition::Maximum::get;
}
private abstract Maximum : Object
private override Maximum : 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 maximum value of the string property.