Partager via


Propriété WeeklyRecurrence.WeeksInterval

The intervals at which a scheduled report runs. Intervals are measured in weeks.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
Public Property WeeksInterval As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int32
An Integer value.

Voir aussi

Référence

WeeklyRecurrence Classe

Espace de noms ReportService2005