ParameterFieldReference.FieldAlias Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the alias of a field reference that represents a parameter for a data-driven subscription.

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

Syntax

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

Property Value

Type: System.String

A String value.

See Also

ParameterFieldReference Class
ReportService2005 Namespace

Return to top