Конструктор PropertyDefinition
Initializes a new instance of the PropertyDefinition class.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Protected Sub New ( _
name As String _
)
'Применение
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
)
Параметры
- name
Тип: System. . :: . .String
The name of the property.
См. также