次の方法で共有


Report.DisplayName プロパティ

 

発行: 2016年4月

レポートの表示名を取得または設定します。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

public string DisplayName { get; set; }
public:
property String^ DisplayName {
    String^ get();
    void set(String^ value);
}
member DisplayName : string with get, set
Public Property DisplayName As String

プロパティ値

Type: System.String

レポートの表示名を示す文字列

解説

DisplayName プロパティの値は見出しマップのルートに表示されます。

DisplayName は、レポートのエクスポート時および印刷時に既定のファイル名として使用されます。

参照

Report クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る