Compartilhar via


Propriedade do RDL LocalizedName

The localized name to be used for display purposes on a user interface.

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

Sintaxe

'Declaração
Public Property LocalizedName As String
    Get
    Set
'Uso
Dim instance As Extension
Dim value As String

value = instance.LocalizedName

instance.LocalizedName = value
public string LocalizedName { get; set; }
public:
property String^ LocalizedName {
    String^ get ();
    void set (String^ value);
}
member LocalizedName : string with get, set
function get LocalizedName () : String
function set LocalizedName (value : String)

Valor da propriedade

Tipo: System. . :: . .String
A read-only String containing the localized name.

Comentários

The value of the LocalizedName property is retrieved from the LocalizedName property of the extension. For more information about the IExtension interface and its properties, see IExtension interface.

Consulte também

Referência