Partager via


Propriété IReportViewerMessages.ProgressText

Fournit le texte du message d'état d'avancement qui s'affiche lors du traitement d'un rapport.

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

Syntaxe

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

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