public LoadReport2Response(ExecutionHeader ExecutionHeader, ServerInfoHeader ServerInfoHeader, TrustedUserHeader TrustedUserHeader, ExecutionInfo2 executionInfo)
 {
     this.ExecutionHeader   = ExecutionHeader;
     this.ServerInfoHeader  = ServerInfoHeader;
     this.TrustedUserHeader = TrustedUserHeader;
     this.executionInfo     = executionInfo;
 }
 public LoadDrillthroughTarget2Response(ExecutionInfo2 ExecutionInfo)
 {
     this.ExecutionInfo = ExecutionInfo;
 }
 public Sort2Response(int PageNumber, string ReportItem, ExecutionInfo2 ExecutionInfo)
 {
     this.PageNumber    = PageNumber;
     this.ReportItem    = ReportItem;
     this.ExecutionInfo = ExecutionInfo;
 }
 public SetExecutionParameters2Response(ExecutionInfo2 executionInfo)
 {
     this.executionInfo = executionInfo;
 }
 public GetExecutionInfo2Response(ExecutionInfo2 executionInfo, ServerInfoHeader ServerInfoHeader)
 {
     this.executionInfo    = executionInfo;
     this.ServerInfoHeader = ServerInfoHeader;
 }
 public ResetExecution2Response(ExecutionInfo2 executionInfo)
 {
     this.executionInfo = executionInfo;
 }
 public LoadReportDefinition2Response(ExecutionInfo2 executionInfo, Warning[] warnings)
 {
     this.executionInfo = executionInfo;
     this.warnings      = warnings;
 }
Exemplo n.º 8
0
 public SetExecutionCredentials2Response(ExecutionInfo2 executionInfo)
 {
     this.executionInfo = executionInfo;
 }