combit List & Label 29 - .NET Help
combit.ReportServer.ClientApi.Objects Namespace / ReportTaskEmailAction Class
Properties Methods

In This Topic
    ReportTaskEmailAction Class Members
    In This Topic

    The following tables list the members exposed by ReportTaskEmailAction.

    Public Constructors
     NameDescription
    Public ConstructorCreates a ReportTaskAction that sends the report via email.  
    Top
    Public Properties
     NameDescription
    Public Property(Optional) name of the attached report file. Max. 250 chars.  
    Public PropertyIf true, even one-file reports are attached as zip archive.  
    Public PropertyGets the ID of this task action. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction)
    Public PropertyIf true, this action is skipped when no records were printed in the report. (Inherited from ReportTaskAction)
    Public PropertyReturns true if this task action is new and has not been created on the server yet. (Inherited from ReportTaskAction)
    Public PropertyMax. 1000 chars.  
    Public PropertyGets or sets the name of this task action (max. length: 100 characters). (Inherited from ReportTaskAction)
    Public PropertyList of IDs of user groups that should receive the email in addition to the list of email adresses inRecipients.  
    Public PropertySemicolon-seperated list of the email adresses.  
    Public PropertySubject of the email. Max. 100 chars.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates or updates this task action on the server. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction)
    Public MethodDeletes this task action (Inherited from ReportTaskAction)
    Top
    See Also