Field.Alias Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.