Поделиться через


Свойство Field.Alias

Gets a value that represents the alias of a field in a report.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Property Alias As String 
    Get 
    Set
'Применение
Dim instance As Field 
Dim value As String 

value = instance.Alias

instance.Alias = value
public string Alias { get; set; }
public:
property String^ Alias {
    String^ get ();
    void set (String^ value);
}
member Alias : string with get, set
function get Alias () : String 
function set Alias (value : String)

Значение свойства

Тип: System.String
A String that contains the alias of a field in a report.

См. также

Справочник

Field Класс

Пространство имен ReportService2006