Sdílet prostřednictvím


Field.TypeName Property

Gets or sets the data type of the value.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property TypeName As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
The data type of the value.

See Also

Reference

Field Class

Microsoft.ReportingServices.RdlObjectModel Namespace