Partager via


Propriété IReportViewerMessages.BackButtonToolTip

Fournit le texte d'info-bulle pour le bouton Précédent.

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

Syntaxe

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

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

Valeur de propriété

Type : System.String
Valeur de type chaîne.

Voir aussi

Référence

IReportViewerMessages Interface

Espace de noms Microsoft.Reporting.WebForms