Partilhar via


Propriedade Report.DisplayName

Gets or sets the display name of the report.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: String
A String containing the report's display name.

Comentários

The value of the DisplayName property will appear at the root of the document map.

The DisplayName will be used as the default file name when exporting and printing a report.

Consulte também

Referência

Report Classe

Namespace Microsoft.Reporting.WinForms