LocalizedNameAttribute-Konstruktor (String)
Initializes a new instance of the LocalizedNameAttribute class.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblys: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
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
)
Parameter
- name
Typ: System. . :: . .String
The name of the extension. Used as the key to determine which localization to return.