Partager via


Propriété IReportViewerMessages.LastPageButtonToolTip

Fournit le texte d'info-bulle pour le bouton Dernière page.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
ReadOnly Property LastPageButtonToolTip As String
    Get
'Utilisation
Dim instance As IReportViewerMessages
Dim value As String

value = instance.LastPageButtonToolTip
string LastPageButtonToolTip { get; }
property String^ LastPageButtonToolTip {
    String^ get ();
}
abstract LastPageButtonToolTip : string
function get LastPageButtonToolTip () : String

Valeur de propriété

Type : System.String
Valeur de type string.

Voir aussi

Référence

IReportViewerMessages Interface

Espace de noms Microsoft.Reporting.WinForms