Delen via


RenderingExtension.LocalizedName Property

Gets the localized display name of the rendering extension.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public ReadOnly Property LocalizedName As String
'Usage
Dim instance As RenderingExtension
Dim value As String

value = instance.LocalizedName
public string LocalizedName { get; }
public:
property String^ LocalizedName {
    String^ get ();
}
/** @property */
public String get_LocalizedName ()
public function get LocalizedName () : String

Property Value

A read-only string value.

See Also

Reference

RenderingExtension Class
RenderingExtension Members
Microsoft.Reporting.WebForms Namespace