Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the default value of the property.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property Default As Nullable(Of T)
Get
'Usage
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>
Property Value
Type: System.Nullable<T>
A Nullable<T> object.