WeeklyRecurrence.WeeksInterval Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

public int WeeksInterval { get; set; }
public:
property int WeeksInterval {
    int get();
    void set(int value);
}
member WeeksInterval : int with get, set
Public Property WeeksInterval As Integer

Property Value

Type: System.Int32

See Also

WeeklyRecurrence Class
ReportService2010 Namespace

Return to top