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.