Partilhar via


Propriedade do RDL StringProperty.Default

Gets the default value.

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

Sintaxe

'Declaração
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 da propriedade

Tipo: System.Object
The default value.

Implementa

IPropertyDefinition.Default

Consulte também

Referência

StringProperty Classe

Namespace Microsoft.ReportingServices.RdlObjectModel