IReportViewerMessages2.ExportErrorTitle 속성

보고서를 내보낼 때 오류가 발생하는 경우 대화 상자에 표시할 제목 텍스트를 가져옵니다.

네임스페이스:  Microsoft.Reporting.WinForms
어셈블리:  Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.dll)

구문

‘선언
ReadOnly Property ExportErrorTitle As String
    Get
‘사용 방법
Dim instance As IReportViewerMessages2
Dim value As String

value = instance.ExportErrorTitle
string ExportErrorTitle { get; }
property String^ ExportErrorTitle {
    String^ get ();
}
abstract ExportErrorTitle : string
function get ExportErrorTitle () : String

속성 값

유형: System.String
보고서를 내보낼 때 오류가 발생하는 경우 대화 상자에 표시할 제목 텍스트를 포함하는 String

참고 항목

참조

IReportViewerMessages2 인터페이스

Microsoft.Reporting.WinForms 네임스페이스