DatStat Illume 4.5 SDK Class Reference

WebServiceContext.RunSubmissionQuery Method 

Writes all survey values for the given submission Id to the passed TextWriter output stream.

public void RunSubmissionQuery(
   TextWriter textWriter,
   Int64 submissionId,
   String surveyName,
   SDK_ResultsType outputType
);

Parameters

textWriter
The output stream that will accept the resutls.
submissionId
The submission id for which the survey results are being retrieved.
surveyName
The name of the survey.
outputType
SDK_ResultsType that is the type of results that will be created (Tab-Delimited, HTML, XML, etc.).

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace