IReportViewerMessages.DocumentMapButtonToolTip Property

Provides the ToolTip text for the Document Map button.

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

Syntax

'Declaration
ReadOnly Property DocumentMapButtonToolTip As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String

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

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace