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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the PropertyDefinition<T> class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Protected Sub New ( _
name As String, _
defaultValue As Nullable(Of T) _
)
'Usage
Dim name As String
Dim defaultValue As Nullable(Of T)
Dim instance As New PropertyDefinition(name, defaultValue)
protected PropertyDefinition(
string name,
Nullable<T> defaultValue
)
protected:
PropertyDefinition(
String^ name,
Nullable<T> defaultValue
)
new :
name:string *
defaultValue:Nullable<'T> -> PropertyDefinition
protected function PropertyDefinition(
name : String,
defaultValue : Nullable<T>
)
Parameters
- name
Type: System.String
The name of the property.
- defaultValue
Type: System.Nullable<T>
The default value of the property.