Share via


IReportViewerMessages3.CalendarLoading Property

Gets the text displayed in the date and time picker when the control waits for the Web server to generate a calendar for a given month.

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

Syntax

'Declaration
ReadOnly Property CalendarLoading As String
'Usage
Dim instance As IReportViewerMessages3
Dim value As String

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

Property Value

A string value that represents the text displayed when the control waits for the Web server to generate a calendar for a given month.

See Also

Reference

IReportViewerMessages3 Interface
IReportViewerMessages3 Members
Microsoft.Reporting.WebForms Namespace