Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the LocalizedNameAttribute class.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Syntax
'Declaration
Public Sub New ( _
    name As String _
)
public LocalizedNameAttribute (
    string name
)
public:
LocalizedNameAttribute (
    String^ name
)
public LocalizedNameAttribute (
    String name
)
public function LocalizedNameAttribute (
    name : String
)
Parameters
- name
The name of the extension. Used as the key to determine which localization to return. 
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
LocalizedNameAttribute Class
LocalizedNameAttribute Members
Microsoft.ReportingServices.Interfaces Namespace