Field.Alias 속성

The alias of a field in a report.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.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 containing the alias of a field in a report.

참고 항목

참조

Field 클래스

ReportService2005 네임스페이스