言語

Extension.LocalizedName プロパティ

定義

ユーザーインターフェース上の表示目的で使えるローカライズされた名前が付けられます。

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

プロパティ値

拡張の局所化された名前を含む String です。 読み取り専用。

注釈

LocalizedNameプロパティの値は拡張のMicrosoft.ReportingServices.Interfaces.IExtension.LocalizedNameプロパティから取得されます。 T:Microsoft.ReportingServices.Interfaces.IExtensionインターフェースとその特性の詳細については、Microsoft.ReportingServices.Interfaces.IExtensionインターフェースを参照してください。

適用対象