public LoadReport3Response(ExecutionHeader ExecutionHeader, ServerInfoHeader ServerInfoHeader, TrustedUserHeader TrustedUserHeader, ExecutionInfo3 executionInfo) { this.TrustedUserHeader = TrustedUserHeader; this.ExecutionHeader = ExecutionHeader; this.ServerInfoHeader = ServerInfoHeader; this.executionInfo = executionInfo; }
public ResetExecution3Response(ExecutionInfo3 executionInfo) { this.executionInfo = executionInfo; }
public GetExecutionInfo3Response(ExecutionInfo3 executionInfo, ServerInfoHeader ServerInfoHeader) { this.executionInfo = executionInfo; this.ServerInfoHeader = ServerInfoHeader; }
public LoadReportDefinition3Response(ExecutionInfo3 executionInfo, Warning[] warnings) { this.executionInfo = executionInfo; this.warnings = warnings; }
public Sort3Response(int PageNumber, string ReportItem, ExecutionInfo3 ExecutionInfo) { this.PageNumber = PageNumber; this.ReportItem = ReportItem; this.ExecutionInfo = ExecutionInfo; }
public LoadDrillthroughTarget3Response(ExecutionInfo3 ExecutionInfo) { this.ExecutionInfo = ExecutionInfo; }
public SetExecutionCredentials3Response(ExecutionInfo3 executionInfo) { this.executionInfo = executionInfo; }
public SetExecutionParameters3Response(ExecutionInfo3 executionInfo) { this.executionInfo = executionInfo; }