Sdílet prostřednictvím


Field.Alias Property

Gets a value that represents the alias of a field in a report.

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.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 that contains the alias of a field in a report.