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

In This Topic
    ReportTaskFtpUploadAction Class Members
    In This Topic

    The following tables list the members exposed by ReportTaskFtpUploadAction.

    Public Constructors
     NameDescription
    Public ConstructorCreates a ReportTaskAction that uploads the report via FTP.  
    Top
    Public Properties
     NameDescription
    Public PropertyUrl for FTP upload, e.g. "ftp://myserver/directory". This directory must already exist.  
    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 PropertyGets or sets the name of this task action (max. length: 100 characters). (Inherited from ReportTaskAction)
    Public PropertyOptional password. Please note that the server never returns a value for this property for security reasons, so it always contains a dummy value when loaded from the server.  
    Public PropertyFile path relative to FtpUrl. Subdirectories are created if needed. A file name is optional and only supported for single-file reports.  
    Public PropertyOptional user name for authentication.  
    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