Partager via


Propriété Report.DisplayName

Obtient ou définit le nom d'affichage du rapport.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public Property DisplayName As String
    Get
    Set
'Utilisation
Dim instance As Report
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)

Valeur de propriété

Type : System.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.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.Reporting.WinForms