次の方法で共有


RenderingExtension.LocalizedName プロパティ

 

発行: 2016年4月

表示拡張機能のローカライズされた表示名を取得します。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

public string LocalizedName { get; }
public:
property String^ LocalizedName {
    String^ get();
}
member LocalizedName : string with get
Public ReadOnly Property LocalizedName As String

プロパティ値

Type: System.String

読み取り専用の文字列値。

参照

RenderingExtension クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る