DailyRecurrence クラス

定義

定期的なレポートを実行する間隔を表します。 間隔は日数で指定します。

public ref class DailyRecurrence : ReportService2005::RecurrencePattern
public class DailyRecurrence : ReportService2005.RecurrencePattern
type DailyRecurrence = class
    inherit RecurrencePattern
Public Class DailyRecurrence
Inherits RecurrencePattern
継承
DailyRecurrence

注釈

DailyRecurrence クラスは、定期的なパターンを分単位で指定するために、Item クラスの ScheduleDefinition プロパティで使用します。

コンストラクター

DailyRecurrence()

DailyRecurrence クラスの新しいインスタンスを初期化します。

プロパティ

DaysInterval

定期的なレポートを実行する間隔を取得または設定します。 間隔は日数で指定します。

適用対象