共用方式為


Field.TypeName 屬性

Gets or sets the data type of the value.

命名空間:  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
The data type of the value.

請參閱

參考

Field 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間