Właściwość MonthlyRecurrence.Days
Pobiera lub ustawia dni miesiąca, na którym jest uruchomiona zaplanowanych raportów.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.dll)
Składnia
'Deklaracja
Public Property Days As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg wartość zawierającą dni miesiąca, na którym jest uruchomiona zaplanowanych raportów.