共用方式為


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.