Partager via


Propriété IReportViewerMessages3.CalendarLoading

Obtient le texte qui s'affiche dans le sélecteur de date et d'heure lorsque le contrôle attend que le serveur Web génère un calendrier pour un mois donné.

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

Syntaxe

'Déclaration
ReadOnly Property CalendarLoading As String
    Get
'Utilisation
Dim instance As IReportViewerMessages3
Dim value As String

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

Valeur de propriété

Type : System.String
Valeur string qui représente le texte qui s'affiche lorsque le contrôle attend que le serveur Web génère un calendrier pour un mois donné.

Voir aussi

Référence

IReportViewerMessages3 Interface

Espace de noms Microsoft.Reporting.WebForms