次の方法で共有


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

適用対象