次の方法で共有


PropertyDefinition.Create(Type, String) メソッド

定義

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

public:
 static Microsoft::ReportingServices::RdlObjectModel::IPropertyDefinition ^ Create(Type ^ componentType, System::String ^ propertyName);
public static Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition Create (Type componentType, string propertyName);
static member Create : Type * string -> Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition
Public Shared Function Create (componentType As Type, propertyName As String) As IPropertyDefinition

パラメーター

componentType
Type

コンポーネントの種類。

propertyName
String

プロパティ名。

戻り値

IPropertyDefinition オブジェクト。

適用対象