Field.Alias 屬性

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

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.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.

請參閱

參考

Field 類別

ReportService2006 命名空間