次の方法で共有


PropertyDefinition.Create メソッド

プロパティ定義を作成します。

名前空間:  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
    コンポーネントの種類。

戻り値

型: Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition
IPropertyDefinition オブジェクト。

関連項目

参照

PropertyDefinition クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間