Proprietà MonthlyRecurrence.Days

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

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
Public Property Days As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

MonthlyRecurrence Classe

Spazio dei nomi ReportService2010