次の方法で共有


Field.TypeName プロパティ

値のデータ型を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property TypeName As String 
    Get 
    Set
'使用
Dim instance As Field 
Dim value As String 

value = instance.TypeName

instance.TypeName = value
public string TypeName { get; set; }
public:
property String^ TypeName {
    String^ get ();
    void set (String^ value);
}
member TypeName : string with get, set
function get TypeName () : String 
function set TypeName (value : String)

プロパティ値

型: System.String
値のデータ型。

関連項目

参照

Field クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間