Proprietà WeeklyRecurrence.WeeksInterval

Gets or sets the intervals at which a scheduled report runs. Intervals are measured in weeks.

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

Sintassi

'Dichiarazione
Public Property WeeksInterval As Integer 
    Get 
    Set
'Utilizzo
Dim instance As WeeklyRecurrence 
Dim value As Integer 

value = instance.WeeksInterval

instance.WeeksInterval = value
public int WeeksInterval { get; set; }
public:
property int WeeksInterval {
    int get ();
    void set (int value);
}
member WeeksInterval : int with get, set
function get WeeksInterval () : int 
function set WeeksInterval (value : int)

Valore proprietà

Tipo: System.Int32
An Integer value that contains the intervals at which a scheduled report runs.

Osservazioni

The value for the WeeksInterval property has a corresponding WeeksIntervalSpecified property that indicates whether this property should be omitted from the Web service call.

For more information about omitting properties, see Omissione di valori per gli oggetti del servizio Web facoltativi.

Vedere anche

Riferimento

WeeklyRecurrence Classe

Spazio dei nomi ReportService2010