共用方式為


IReportViewerMessages2.ClientPrintControlLoadFailed 屬性

取得當用戶端載入列印控制項而發生錯誤時,所要顯示的文字。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
ReadOnly Property ClientPrintControlLoadFailed As String
    Get
'用途
Dim instance As IReportViewerMessages2
Dim value As String

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

屬性值

型別:System.String
文字 String,其中包含當用戶端載入列印控制項而發生錯誤時,所要顯示的文字。

請參閱

參考

IReportViewerMessages2 介面

Microsoft.Reporting.WebForms 命名空間