LocalizedNameAttribute Constructor (String)
Initializes a new instance of the LocalizedNameAttribute class.
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblados: Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Sintaxis
'Declaración
Public Sub New ( _
name As String _
)
'Uso
Dim name As String
Dim instance As New LocalizedNameAttribute(name)
public LocalizedNameAttribute(
string name
)
public:
LocalizedNameAttribute(
String^ name
)
new :
name:string -> LocalizedNameAttribute
public function LocalizedNameAttribute(
name : String
)
Parámetros
- name
Tipo: System. . :: . .String
The name of the extension. Used as the key to determine which localization to return.