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; }
public ResetExecutionResponse(ExecutionInfo executionInfo) { this.executionInfo = executionInfo; }
public LoadReportDefinitionResponse(ExecutionInfo executionInfo, Warning[] warnings) { this.executionInfo = executionInfo; this.warnings = warnings; }
public SetExecutionParametersResponse(ExecutionInfo executionInfo) { this.executionInfo = executionInfo; }
public SetExecutionCredentialsResponse(ExecutionInfo executionInfo) { this.executionInfo = executionInfo; }
public GetExecutionInfoResponse(ExecutionInfo executionInfo, ServerInfoHeader ServerInfoHeader) { this.executionInfo = executionInfo; this.ServerInfoHeader = ServerInfoHeader; }