Click or drag to resize

SurveyReportSurveyReportColumns Property

Collection of survey columns, which will be used in the PDF file. It contains system name and the caption of each column.

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<SurveyReportColumn> SurveyReportColumns { get; }

Property Value

Type: ListSurveyReportColumn
See Also