Field.Alias Property

Definition

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

public:
 property System::String ^ Alias { System::String ^ get(); void set(System::String ^ value); };
public string Alias { get; set; }
member this.Alias : string with get, set
Public Property Alias As String

Property Value

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

Applies to