Właściwość Field.Alias
Pobiera wartość, która reprezentuje alias pole w raporcie.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.dll)
Składnia
'Deklaracja
Public Property Alias As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg zawierający alias pole w raporcie.