Partager via


Propriété IReportViewerMessages.TodayIs

Fournit le texte du message « Date d'aujourd'hui » dans le contrôle du calendrier.

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

Syntaxe

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

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