Compartir a través de


Setting.DisplayName Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
Public Property DisplayName As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A String representing the name of the setting that is displayed in a user interface, such as Report Manager.

Comentarios

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.

Vea también

Referencia

Setting Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces