Свойство Field.TypeName
Gets or sets the data type of the value.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property TypeName As String
Get
Set
'Применение
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)
Значение свойства
Тип: System.String
The data type of the value.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel