Field.Alias 속성

정의

보고서의 필드 별칭을 나타내는 값을 가져옵니다.

public:
 property System::String ^ Alias { System::String ^ get(); void set(System::String ^ value); };
public string Alias { get; set; }
member this.Alias : string with get, set
Public Property Alias As String

속성 값

보고서의 필드 별칭을 포함하는 String입니다.

적용 대상