| Name | Description | |
|---|---|---|
![]() | ReportTaskFileCopyAction Constructor | Creates a ReportTaskAction that copies the report files to a directory in the network (UNC path). |
The following tables list the members exposed by ReportTaskFileCopyAction.
| Name | Description | |
|---|---|---|
![]() | ReportTaskFileCopyAction Constructor | Creates a ReportTaskAction that copies the report files to a directory in the network (UNC path). |
| Name | Description | |
|---|---|---|
![]() | AllowOverride | Gets or sets if an existing file on the target location will be replaced without errors. |
![]() | 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) |
![]() | Location | Location (directory) to copy the report to. Usually a UNC network path like '\\fileserver\reports\...'. |
![]() | 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. |
![]() | 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) |