IReportViewerMessages.PrintButtonToolTip Property
Provides the text for the Print button.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
ReadOnly Property PrintButtonToolTip As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String
value = instance.PrintButtonToolTip
string PrintButtonToolTip { get; }
property String^ PrintButtonToolTip {
String^ get ();
}
/** @property */
String get_PrintButtonToolTip ()
function get PrintButtonToolTip () : String
Property Value
A string value.
See Also
Reference
IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace