Condividi tramite


Classe WeeklyRecurrence

Represents the number of weeks and the days of the week on which a scheduled report runs.

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

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class WeeklyRecurrence _
    Inherits RecurrencePattern
'Utilizzo
Dim instance As WeeklyRecurrence
[SerializableAttribute]
public class WeeklyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class WeeklyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type WeeklyRecurrence =  
    class
        inherit RecurrencePattern
    end
public class WeeklyRecurrence extends RecurrencePattern

Osservazioni

Use the WeeklyRecurrence class with the Item property to specify a recurrence pattern in minutes.

Gerarchia di ereditarietà

System. . :: . .Object
  ReportService2005. . :: . .RecurrencePattern
    ReportService2005..::..WeeklyRecurrence

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.