Alias 属性

The alias of a field in a report.

命名空间:  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
A String containing the alias of a field in a report.