Partager via


Propriété Field.TypeName

Gets or sets the data type of the value.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property TypeName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

Field Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel