Propriété IReportViewerMessages.ExportFormatsToolTip

Fournit le texte d'info-bulle pour la zone de liste déroulante Formats d'exportation.

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

Syntaxe

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

value = instance.ExportFormatsToolTip
string ExportFormatsToolTip { get; }
property String^ ExportFormatsToolTip {
    String^ get ();
}
abstract ExportFormatsToolTip : string
function get ExportFormatsToolTip () : 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