Field.TypeName Propiedad

Definición

Obtiene o establece el tipo de datos del valor.

public:
 property System::String ^ TypeName { System::String ^ get(); void set(System::String ^ value); };
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public string TypeName { get; set; }
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.TypeName : string with get, set
Public Property TypeName As String

Valor de propiedad

Tipo de datos del valor.

Atributos

Se aplica a