次の方法で共有


IReportViewerMessages.TodayIs プロパティ

カレンダー コントロールの '今日は...です' メッセージのテキストを提供します。

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)

構文

'宣言
ReadOnly Property TodayIs As String
    Get
'使用
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

プロパティ値

型: System.String
文字列値。

関連項目

参照

IReportViewerMessages インターフェイス

Microsoft.Reporting.WebForms 名前空間