Setting.DisplayName 속성

The localized name of the extension setting that is displayed to the user.

네임스페이스:  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
A String representing the name of the setting that is displayed in a user interface, such as Report Manager.

주의

Use the display name in cases where you need to display an alternate name for the setting to an end user. The DisplayName property might be used in the case where the displayed name of the setting is dependent on culture information.

참고 항목

참조

Setting 클래스

Microsoft.ReportingServices.Interfaces 네임스페이스