IReportViewerMessages2.ClientPrintControlLoadFailed Property

Gets the text to display if an error occurs when the client loads the print control.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
ReadOnly Property ClientPrintControlLoadFailed As String
'Usage
Dim instance As IReportViewerMessages2
Dim value As String

value = instance.ClientPrintControlLoadFailed
string ClientPrintControlLoadFailed { get; }
property String^ ClientPrintControlLoadFailed {
    String^ get ();
}
/** @property */
String get_ClientPrintControlLoadFailed ()
function get ClientPrintControlLoadFailed () : String

Property Value

A text String that contains the text to display if an error occurs when the client loads the print control.

See Also

Reference

IReportViewerMessages2 Interface
IReportViewerMessages2 Members
Microsoft.Reporting.WebForms Namespace