Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the default value of the property.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Private ReadOnly Property Default As Object
Implements IPropertyDefinition.Default
Get
'Uso
Dim instance As PropertyDefinition
Dim value As Object
value = CType(instance, IPropertyDefinition).Default
Object IPropertyDefinition.Default { get; }
private:
virtual property Object^ Default {
Object^ get () sealed = IPropertyDefinition::Default::get;
}
private abstract Default : Object
private override Default : Object
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor de la propiedad
Tipo: System.Object
The default value.
Implementa
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel