ActiveReports 9 Server
RequestState Enumeration

Specifies the state of a user request.
Syntax
'Declaration
 
Public Enum RequestState 
   Inherits System.Enum
public enum RequestState : System.Enum 
Members
MemberDescription
AccomplishedIndicates that request task was accomplished.
CancelledIndicates that request was cancelled.
PendingIndicates that request is in a request queue.
RejectedIndicates that request was rejected.
RunningIndicates that request execution was started.
UnavailableIndicates that request status information is not available due to connection problems or another reason.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ActiveReports.Server.ReportServices.Contracts.RequestState

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ActiveReports.Server.ReportServices.Contracts Namespace

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum