Extension.LocalizedName Property

Definition

Gets the localized name that can be used for display purposes on a user interface.

public:
 property System::String ^ LocalizedName { System::String ^ get(); void set(System::String ^ value); };
public string LocalizedName { get; set; }
member this.LocalizedName : string with get, set
Public Property LocalizedName As String

Property Value

A String that contains the localized name of the extension. Read-only.

Remarks

The value of the LocalizedName property is retrieved from the Microsoft.ReportingServices.Interfaces.IExtension.LocalizedName property of the extension. For more information about the T:Microsoft.ReportingServices.Interfaces.IExtension interface and its properties, see Microsoft.ReportingServices.Interfaces.IExtension interface.

Applies to