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