Table of Contents

Class PerformanceReportOptions

Namespace
InSite.UI.Admin.Assessments.Attempts.Controls
Assembly
InSite.UI.dll
public class PerformanceReportOptions : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
PerformanceReportOptions
Implements
Inherited Members

Constructors

PerformanceReportOptions()

public PerformanceReportOptions()

Fields

ReportRepeater

ReportRepeater control.

protected Repeater ReportRepeater

Field Value

Repeater

Remarks

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

ReportValidator

ReportValidator control.

protected CustomValidator ReportValidator

Field Value

CustomValidator

Remarks

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

SearchButton

SearchButton control.

protected HtmlAnchor SearchButton

Field Value

HtmlAnchor

Remarks

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

Methods

BindControls()

public void BindControls()

GetReportConfig(int?)

public ReportConfig GetReportConfig(int? reportIndex = null)

Parameters

reportIndex int?

Returns

ReportConfig

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs