| Name | Description | |
|---|---|---|
![]() | ReportTaskFtpUploadAction Constructor | Creates a ReportTaskAction that uploads the report via FTP. |
The following tables list the members exposed by ReportTaskFtpUploadAction.
| Name | Description | |
|---|---|---|
![]() | ReportTaskFtpUploadAction Constructor | Creates a ReportTaskAction that uploads the report via FTP. |
| Name | Description | |
|---|---|---|
![]() | FtpUrl | Url for FTP upload, e.g. "ftp://myserver/directory". This directory must already exist. |
![]() | Id | Gets the ID of this task action. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction) |
![]() | IgnoreForEmptyReports | If true, this action is skipped when no records were printed in the report. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction) |
![]() | IsCreatedOnServer | Returns true if this task action is new and has not been created on the server yet. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction) |
![]() | Name | Gets or sets the name of this task action (max. length: 100 characters). (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction) |
![]() | Password | Optional 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. |
![]() | RelativePath | File path relative to FtpUrl. Subdirectories are created if needed. A file name is optional and only supported for single-file reports. |
![]() | UserName | Optional user name for authentication. |
| Name | Description | |
|---|---|---|
![]() | CreateOrUpdateAsync | Creates or updates this task action on the server. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction) |
![]() | DeleteAsync | Deletes this task action (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction) |