Proprietà Field.TypeName

Gets or sets the data type of the value.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

Field Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel