List & Label .NET
combit.ReportServer.ClientApi.Objects Namespace / ReportTaskTimedTrigger Class

In This Topic
    ReportTaskTimedTrigger Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets or sets the date until which the trigger is active.  
    Public PropertyGets the ID of this trigger. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskTrigger)
    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 combit.ReportServer.ClientApi.Objects.ReportTaskTrigger)
    Public PropertyGets or sets the name of this trigger (max. length: 100 characters). (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskTrigger)
    Public PropertyGets or sets the date after which the trigger becomes active.  
    Top
    See Also