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

In This Topic
    ReportTaskFileCopyAction Class Members
    In This Topic

    The following tables list the members exposed by ReportTaskFileCopyAction.

    Public Constructors
     NameDescription
    Public ConstructorCreates a ReportTaskAction that copies the report files to a directory in the network (UNC path).  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets if an existing file on the target location will be replaced without errors.  
    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 PropertyLocation (directory) to copy the report to. Usually a UNC network path like '\\fileserver\reports\...'.  
    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 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