Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Creates a new instance of the SizeProperty class.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
defaultValue As Nullable(Of ReportSize) _
)
'Utilisation
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>
)
Paramètres
- name
Type : System.String
The property name.
- defaultValue
Type : System.Nullable<ReportSize>
The default value.