ComparablePropertyDefinition<T> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ComparablePropertyDefinition<T>(String, Nullable<T>) | |
ComparablePropertyDefinition<T>(String, Nullable<T>, Nullable<T>, Nullable<T>) |
ComparablePropertyDefinition<T>(String, Nullable<T>)
public:
ComparablePropertyDefinition(System::String ^ name, Nullable<T> defaultValue);
public ComparablePropertyDefinition (string name, T? defaultValue);
new Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<'T (requires 'T : struct)> : string * Nullable<'T (requires 'T : struct)> -> Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<'T (requires 'T : struct)>
Public Sub New (name As String, defaultValue As Nullable(Of T))
Parameters
- name
- String
- defaultValue
- Nullable<T>
Applies to
ComparablePropertyDefinition<T>(String, Nullable<T>, Nullable<T>, Nullable<T>)
public:
ComparablePropertyDefinition(System::String ^ name, Nullable<T> defaultValue, Nullable<T> minimum, Nullable<T> maximum);
public ComparablePropertyDefinition (string name, T? defaultValue, T? minimum, T? maximum);
new Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<'T (requires 'T : struct)> : string * Nullable<'T (requires 'T : struct)> * Nullable<'T (requires 'T : struct)> * Nullable<'T (requires 'T : struct)> -> Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<'T (requires 'T : struct)>
Public Sub New (name As String, defaultValue As Nullable(Of T), minimum As Nullable(Of T), maximum As Nullable(Of T))
Parameters
- name
- String
- defaultValue
- Nullable<T>
- minimum
- Nullable<T>
- maximum
- Nullable<T>