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