Report.DisplayName プロパティ
レポートの表示名を取得または設定します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
構文
'宣言
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)
プロパティ値
型 : String
レポートの表示名を示す文字列。
解説
DisplayName プロパティの値は見出しマップのルートに表示されます。
DisplayName は、レポートのエクスポート時および印刷時に既定のファイル名として使用されます。