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 です。

適用対象