Construtor PropertyDefinition
Initializes a new instance of the PropertyDefinition class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Protected Sub New ( _
name As String _
)
'Uso
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
)
Parâmetros
- name
Tipo: System. . :: . .String
The name of the property.
Consulte também