Table of Contents

Class ReportCorrelationSearchCriteria

Namespace
InSite.Admin.Workflow.Forms.Controls
Assembly
InSite.UI.dll
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

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

AddYButton

AddYButton control.

protected Button AddYButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ClearButton

ClearButton control.

protected ClearButton ClearButton

Field Value

ClearButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SearchButton

SearchButton control.

protected Button SearchButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ShowColumnPercentages

ShowColumnPercentages control.

protected CheckBox ShowColumnPercentages

Field Value

CheckBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ShowFrequencies

ShowFrequencies control.

protected CheckBox ShowFrequencies

Field Value

CheckBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ShowRowPercentages

ShowRowPercentages control.

protected CheckBox ShowRowPercentages

Field Value

CheckBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

XAxisQuestionID

XAxisQuestionID control.

protected FormQuestionComboBox XAxisQuestionID

Field Value

FormQuestionComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

XAxisTitle

XAxisTitle control.

protected TextBox XAxisTitle

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

XAxisUpdatePanel

XAxisUpdatePanel control.

protected UpdatePanel XAxisUpdatePanel

Field Value

UpdatePanel

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

XAxisVariablesRepeater

XAxisVariablesRepeater control.

protected Repeater XAxisVariablesRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

YAxisQuestionID

YAxisQuestionID control.

protected FormQuestionComboBox YAxisQuestionID

Field Value

FormQuestionComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

YAxisTitle

YAxisTitle control.

protected TextBox YAxisTitle

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

YAxisUpdatePanel

YAxisUpdatePanel control.

protected UpdatePanel YAxisUpdatePanel

Field Value

UpdatePanel

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

YAxisVariablesRepeater

YAxisVariablesRepeater control.

protected Repeater YAxisVariablesRepeater

Field Value

Repeater

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

QResponseCorrelationAnalysisFilter

SurveyID

public Guid? SurveyID { get; set; }

Property Value

Guid?

Methods

Clear()

public void Clear()

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

Events

Alert

public event AlertHandler Alert

Event Type

AlertHandler

Clearing

public event EventHandler Clearing

Event Type

EventHandler

Searching

public event EventHandler Searching

Event Type

EventHandler