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 maximum value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property Maximum As Nullable(Of T)
Get
'Usage
Dim instance As ComparablePropertyDefinition
Dim value As Nullable(Of T)
value = instance.Maximum
public Nullable<T> Maximum { get; }
public:
property Nullable<T> Maximum {
Nullable<T> get ();
}
member Maximum : Nullable<'T>
function get Maximum () : Nullable<T>
Property Value
Type: System.Nullable<T>
A Nullable<T> object.