Aracılığıyla paylaş


Report.DisplayName Özellik

Gets or sets the display name of the report.

Ad alanı:  Microsoft.Reporting.WinForms
Derleme:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: String
A String containing the report's display name.

Notlar

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.

Ayrıca bkz.

Başvuru

Report Sınıf

Microsoft.Reporting.WinForms Ad Alanı