IReportViewerMessages.TodayIs Property

Provides the text for the 'Today is…' message in the calendar control.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
ReadOnly Property TodayIs As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String

value = instance.TodayIs
string TodayIs { get; }
property String^ TodayIs {
    String^ get ();
}
/** @property */
String get_TodayIs ()
function get TodayIs () : String

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace