Classe WeeklyRecurrence
Represents the number of weeks and the days of the week on which a scheduled report runs.
Hierarquia de herança
System. . :: . .Object
ReportService2010. . :: . .RecurrencePattern
ReportService2010..::..WeeklyRecurrence
Namespace: ReportService2010
Assembly: ReportService2010 (em ReportService2010.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class WeeklyRecurrence _
Inherits RecurrencePattern
'Uso
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
O tipo WeeklyRecurrence expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
WeeklyRecurrence | Initializes a new instance of the WeeklyRecurrence class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DaysOfWeek | Gets or sets the days of the week (DaysOfWeekSelector object) on which a scheduled report runs. | |
WeeksInterval | Gets or sets the intervals at which a scheduled report runs. Intervals are measured in weeks. | |
WeeksIntervalSpecified | Gets or sets a value that indicates whether the WeeksInterval property is specified. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
Use the WeeklyRecurrence class together with the Item property to specify a recurrence pattern in minutes.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.