Compartir a través de


StringProperty.Default Propiedad

Gets the default value.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public ReadOnly Property Default As Object 
    Get
'Uso
Dim instance As StringProperty 
Dim value As Object 

value = instance.Default
public Object Default { get; }
public:
virtual property Object^ Default {
    Object^ get () sealed;
}
abstract Default : Object 
override Default : Object
final function get Default () : Object

Valor de la propiedad

Tipo: System.Object
The default value.

Implementa

IPropertyDefinition.Default

Vea también

Referencia

StringProperty Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel