LocalizedNameAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the LocalizedNameAttribute class.
Overloads
LocalizedNameAttribute() |
Initializes a new instance of the LocalizedNameAttribute class. |
LocalizedNameAttribute(String) |
Initializes a new instance of the LocalizedNameAttribute class. |
LocalizedNameAttribute()
Initializes a new instance of the LocalizedNameAttribute class.
public:
LocalizedNameAttribute();
public LocalizedNameAttribute ();
Public Sub New ()
Applies to
LocalizedNameAttribute(String)
Initializes a new instance of the LocalizedNameAttribute class.
public:
LocalizedNameAttribute(System::String ^ name);
public LocalizedNameAttribute (string name);
new Microsoft.ReportingServices.Interfaces.LocalizedNameAttribute : string -> Microsoft.ReportingServices.Interfaces.LocalizedNameAttribute
Public Sub New (name As String)
Parameters
- name
- String
The name of the extension. Used as the key to determine which localization to return.