Proprietà Report.DisplayName
Recupera o imposta il nome visualizzato del rapporto.
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property DisplayName As String
Get
Set
'Utilizzo
Dim instance As Report
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
[WebBrowsableAttribute(true)]
public string DisplayName { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ DisplayName {
String^ get ();
void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
member DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)
Valore proprietà
Tipo: System.String
Valore string contenente il nome visualizzato del rapporto.
Osservazioni
Il valore della proprietà DisplayName verrà visualizzato nell'elemento radice della mappa documento.
La proprietà DisplayName verrà utilizzata come nome di file predefinito per l'esportazione e la stampa di un rapporto.