Метод Create
Creates a property definition.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Shared Function Create ( _
componentType As Type, _
propertyName As String _
) As IPropertyDefinition
'Применение
Dim componentType As Type
Dim propertyName As String
Dim returnValue As IPropertyDefinition
returnValue = PropertyDefinition.Create(componentType, _
propertyName)
public static IPropertyDefinition Create(
Type componentType,
string propertyName
)
public:
static IPropertyDefinition^ Create(
Type^ componentType,
String^ propertyName
)
static member Create :
componentType:Type *
propertyName:string -> IPropertyDefinition
public static function Create(
componentType : Type,
propertyName : String
) : IPropertyDefinition
Параметры
- componentType
Тип System. . :: . .Type
The component type.
- propertyName
Тип System. . :: . .String
The property name.
Возвращаемое значение
Тип Microsoft.ReportingServices.RdlObjectModel. . :: . .IPropertyDefinition
An IPropertyDefinition object.