Udostępnij za pośrednictwem


Właściwość Report.DisplayName —

Gets or sets the display name of the report.

Przestrzeń nazw:  Microsoft.Reporting.WinForms
Zestaw:  Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

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

Uwagi

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.

Zobacz też

Informacje

Report Klasa

Przestrzeń nazw Microsoft.Reporting.WinForms