Compartir a través de


Field.TypeName Propiedad

Gets or sets the data type of the value.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property TypeName As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

Field Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel