Report.DisplayName, propriété
Obtient ou définit le nom d'affichage du rapport.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Property DisplayName As String
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)
Valeur de propriété
Type : String
String contenant 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.