Report.DisplayName, propriété
Obtient ou définit le nom d'affichage du rapport.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<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)
Valeur de propriété
Type : String
string qui contient le nom complet du rapport.
Notes
La valeur de la propriété DisplayName s'affiche à la racine de l'Explorateur de documents.
La propriété DisplayName sera utilisée comme nom de fichier par défaut lors de l'exportation et de l'impression d'un rapport.