다음을 통해 공유


Alias 속성

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

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.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.