IReportViewerMessages2.ClientNoScript Property

Gets the text to display when scripting is disabled on the client browser.

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

Syntax

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

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

Property Value

A String that contains the text to display when scripting is disabled on the client browser.

See Also

Reference

IReportViewerMessages2 Interface
IReportViewerMessages2 Members
Microsoft.Reporting.WebForms Namespace