Condividi tramite


Proprietà StringProperty.Default

Gets the default value.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Default As Object 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Object
The default value.

Implementa

IPropertyDefinition.Default

Vedere anche

Riferimento

StringProperty Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel