combit List & Label 29 - .NET Help
combit.ReportServer.ClientApi.Objects Namespace / DailyTrigger Class

In This Topic
    DailyTrigger Class Properties
    In This Topic

    For a list of all members of this type, see DailyTrigger members.

    Public Properties
     NameDescription
    Public PropertyDefines the interval. The value must be between 1 and 365 days.  
    Public PropertyGets or sets the date until which the trigger is active. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskTimedTrigger)
    Public PropertyGets the ID of this trigger. (Inherited from ReportTaskTimedTrigger)
    Public PropertyReturns true if this trigger has created on the server already. Note that new triggers are not known to the server until ReportTaskTrigger.CreateOrUpdateAsync was called. (Inherited from ReportTaskTimedTrigger)
    Public PropertyGets or sets the name of this trigger (max. length: 100 characters). (Inherited from ReportTaskTimedTrigger)
    Public PropertyGets or sets the date after which the trigger becomes active. (Inherited from ReportTaskTimedTrigger)
    Top
    See Also