Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the PropertyDefinition class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Protected Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New PropertyDefinition(name)
protected PropertyDefinition(
string name
)
protected:
PropertyDefinition(
String^ name
)
new :
name:string -> PropertyDefinition
protected function PropertyDefinition(
name : String
)
Parameter
- name
Typ: System.String
The name of the property.