Gets the text which is displayed when no search text is available.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client.Localization
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public string SearchWatermark { get; }
Visual Basic (Declaration)
Public ReadOnly Property SearchWatermark As String
Visual C++
public:
property String^ SearchWatermark {
	String^ get ();
}

See Also