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.
Gets the localized display name of the rendering extension.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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.WinForms Namespace