Compartilhar via


Propriedade do RDL Field.Alias

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

Namespace:  ReportService2010
Assembly:  ReportService2010 (em ReportService2010.dll)

Sintaxe

'Declaração
Public Property Alias As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
A String that contains the alias of a field in a report.

Consulte também

Referência

Field Classe

Namespace ReportService2010