Alias プロパティ
レポートのフィールドの別名です。
名前空間: 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
レポートのフィールドの別名を格納する String です。