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