Compartilhar via


Propriedade do RDL PropertyDefinition<T>.Default

Gets the default value of the property.

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

Sintaxe

'Declaração
Public ReadOnly Property Default As Nullable(Of T)
    Get
'Uso
Dim instance As PropertyDefinition 
Dim value As Nullable(Of T)

value = instance.Default
public Nullable<T> Default { get; }
public:
property Nullable<T> Default {
    Nullable<T> get ();
}
member Default : Nullable<'T>
function get Default () : Nullable<T>

Valor da propriedade

Tipo: System.Nullable<T>
A Nullable<T> object.

Consulte também

Referência

PropertyDefinition<T> Classe

Namespace Microsoft.ReportingServices.RdlObjectModel