次の方法で共有


Setting.DisplayName プロパティ

ユーザーに表示される拡張機能の設定の、ローカライズされた名前です。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

構文

'宣言
Public Property DisplayName As String 
    Get 
    Set
'使用
Dim instance As Setting 
Dim value As String 

value = instance.DisplayName

instance.DisplayName = value
public string DisplayName { get; set; }
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
member DisplayName : string with get, set
function get DisplayName () : String 
function set DisplayName (value : String)

プロパティ値

型: System.String
レポート マネージャーなど、ユーザー インターフェイスに表示される設定の名前を表す String です。

説明

設定の代替名をエンド ユーザーに表示する必要がある場合は、表示名を使用します。 DisplayName プロパティは、設定の表示名がカルチャ情報に依存する場合に使用できます。

関連項目

参照

Setting クラス

Microsoft.ReportingServices.Interfaces 名前空間