Compartilhar via


Propriedade do RDL LocalizedNameAttribute.Name

Gets the localized name of the extension.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxe

'Declaração
Public ReadOnly Property Name As String 
    Get
'Uso
Dim instance As LocalizedNameAttribute 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valor da propriedade

Tipo: System.String
A string containing the localized name of the extension.

Consulte também

Referência

LocalizedNameAttribute Classe

Namespace Microsoft.ReportingServices.Interfaces