Costruttore SizeProperty (String, Nullable<ReportSize>)

Creates a new instance of the SizeProperty class.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    name As String, _
    defaultValue As Nullable(Of ReportSize) _
)
'Utilizzo
Dim name As String 
Dim defaultValue As Nullable(Of ReportSize)

Dim instance As New SizeProperty(name, defaultValue)
public SizeProperty(
    string name,
    Nullable<ReportSize> defaultValue
)
public:
SizeProperty(
    String^ name, 
    Nullable<ReportSize> defaultValue
)
new : 
        name:string * 
        defaultValue:Nullable<ReportSize> -> SizeProperty
public function SizeProperty(
    name : String, 
    defaultValue : Nullable<ReportSize>
)

Parametri

Vedere anche

Riferimento

SizeProperty Classe

Overload SizeProperty

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel