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
[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: String
Valore string contenente il nome visualizzato del rapporto.
Note
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.