| DatStat Illume 4.5 SDK Class Reference |
|
WebServiceContext.RunDateRangeQuery Method (TextWriter, DateTime, DateTime, String, SDK_ResultsType, Boolean, Boolean, String[])
Returns results for each requested variable for the given date range and survey.
Parameters
-
textWriter
- The output stream that will accept the results.
-
beginDate
- The start date for querying the survey.
-
endDate
- The end date for querying the survey.
-
surveyName
- The name of the survey.
-
outputType
-
SDK_ResultsType that is the type of results that will be created (Tab-Delimited, HTML, XML, etc.).
-
includeLabels
- Boolean value that is useful for output types SDK_ResultsType.HTML, SDK_ResultsType.XML and SDK_ResultsType.TabDelimited. This value controls whether or not the labels for values are also written to the output stream.
-
includePartial
- Boolean value used to indicate if partially completed survey values should be included in the result set.
-
variableIds
-
String array of variable id values to be returned in the results set.
See Also
WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace | WebServiceContext.RunDateRangeQuery Overload List | SDK_ResultsType