Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.