Beispiel #1
0
 public LoadReportResponse(ExecutionHeader ExecutionHeader, ServerInfoHeader ServerInfoHeader, TrustedUserHeader TrustedUserHeader, ExecutionInfo executionInfo)
 {
     this.ExecutionHeader   = ExecutionHeader;
     this.ServerInfoHeader  = ServerInfoHeader;
     this.TrustedUserHeader = TrustedUserHeader;
     this.executionInfo     = executionInfo;
 }
 public LoadDrillthroughTargetResponse(ExecutionInfo ExecutionInfo)
 {
     this.ExecutionInfo = ExecutionInfo;
 }
Beispiel #3
0
 public ResetExecutionResponse(ExecutionInfo executionInfo)
 {
     this.executionInfo = executionInfo;
 }
Beispiel #4
0
 public LoadReportDefinitionResponse(ExecutionInfo executionInfo, Warning[] warnings)
 {
     this.executionInfo = executionInfo;
     this.warnings      = warnings;
 }
 public SetExecutionParametersResponse(ExecutionInfo executionInfo)
 {
     this.executionInfo = executionInfo;
 }
Beispiel #6
0
 public SetExecutionCredentialsResponse(ExecutionInfo executionInfo)
 {
     this.executionInfo = executionInfo;
 }
 public GetExecutionInfoResponse(ExecutionInfo executionInfo, ServerInfoHeader ServerInfoHeader)
 {
     this.executionInfo    = executionInfo;
     this.ServerInfoHeader = ServerInfoHeader;
 }