Compartilhar via


Propriedade do RDL Extension.LocalizedName

Gets the localized name that can be used for display purposes on a user interface.

Namespace:  ReportService2010
Assembly:  ReportService2010 (em ReportService2010.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 String that contains the localized name of the extension. Read-only.

Comentários

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

Consulte também

Referência

Extension Classe

Namespace ReportService2010