Propriété Alias
The alias of a field in a report.
Espace de noms : ReportService2005
Assembly : ReportService2005 (en ReportService2005.dll)
Syntaxe
'Déclaration
Public Property Alias As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
A String containing the alias of a field in a report.