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.