Share via


Field.Alias Property

The alias of a field in a report.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
Public Property Alias As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
A String containing the alias of a field in a report.

See Also

Reference

Field Class

ReportService2005 Namespace