Column.LocalizedName Property

Namespace:  Microsoft.ReportingServices.QueryDesigners.Relational
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property LocalizedName As String
    Get
'Usage
Dim instance As Column
Dim value As String

value = instance.LocalizedName
public virtual string LocalizedName { get; }
public:
virtual property String^ LocalizedName {
    String^ get ();
}
abstract LocalizedName : string
override LocalizedName : string
function get LocalizedName () : String

Property Value

Type: String

See Also

Reference

Column Class

Microsoft.ReportingServices.QueryDesigners.Relational Namespace