Поделиться через


Свойство MonthlyRecurrence.Days

Gets or sets the days of the month on which a scheduled report runs.

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
Public Property Days As String 
    Get 
    Set
'Применение
Dim instance As MonthlyRecurrence 
Dim value As String 

value = instance.Days

instance.Days = value
public string Days { get; set; }
public:
property String^ Days {
    String^ get ();
    void set (String^ value);
}
member Days : string with get, set
function get Days () : String 
function set Days (value : String)

Значение свойства

Тип: System.String
A String value that contains the days of the month on which a scheduled report runs.

См. также

Справочник

MonthlyRecurrence Класс

Пространство имен ReportService2010