Class ReportCorrelationSearchCriteria
public class ReportCorrelationSearchCriteria : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
ReportCorrelationSearchCriteria
- Implements
- Inherited Members
Constructors
ReportCorrelationSearchCriteria()
public ReportCorrelationSearchCriteria()
Fields
AddXButton
AddXButton control.
protected Button AddXButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AddYButton
AddYButton control.
protected Button AddYButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ClearButton
ClearButton control.
protected ClearButton ClearButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchButton
SearchButton control.
protected Button SearchButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ShowColumnPercentages
ShowColumnPercentages control.
protected CheckBox ShowColumnPercentages
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ShowFrequencies
ShowFrequencies control.
protected CheckBox ShowFrequencies
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ShowRowPercentages
ShowRowPercentages control.
protected CheckBox ShowRowPercentages
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
XAxisQuestionID
XAxisQuestionID control.
protected FormQuestionComboBox XAxisQuestionID
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
XAxisTitle
XAxisTitle control.
protected TextBox XAxisTitle
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
XAxisUpdatePanel
XAxisUpdatePanel control.
protected UpdatePanel XAxisUpdatePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
XAxisVariablesRepeater
XAxisVariablesRepeater control.
protected Repeater XAxisVariablesRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
YAxisQuestionID
YAxisQuestionID control.
protected FormQuestionComboBox YAxisQuestionID
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
YAxisTitle
YAxisTitle control.
protected TextBox YAxisTitle
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
YAxisUpdatePanel
YAxisUpdatePanel control.
protected UpdatePanel YAxisUpdatePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
YAxisVariablesRepeater
YAxisVariablesRepeater control.
protected Repeater YAxisVariablesRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
Filter
public QResponseCorrelationAnalysisFilter Filter { get; set; }
Property Value
SurveyID
public Guid? SurveyID { get; set; }
Property Value
- Guid?
Methods
Clear()
public void Clear()
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)
Parameters
Events
Alert
public event AlertHandler Alert
Event Type
Clearing
public event EventHandler Clearing
Event Type
Searching
public event EventHandler Searching