Table of Contents

Class StatisticsAccommodationsPivotTable

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

Constructors

StatisticsAccommodationsPivotTable()

public StatisticsAccommodationsPivotTable()

Fields

DimensionsAccommodationMapping

protected static readonly Dictionary<string, int> DimensionsAccommodationMapping

Field Value

Dictionary<string, int>

DimensionsAttendanceMapping

protected static readonly Dictionary<string, int> DimensionsAttendanceMapping

Field Value

Dictionary<string, int>

DimensionsData

protected StatisticsAccommodationsPivotTable.DimensionDataItem DimensionsData

Field Value

StatisticsAccommodationsPivotTable.DimensionDataItem

DimensionsExamTypeMapping

protected static readonly Dictionary<string, int> DimensionsExamTypeMapping

Field Value

Dictionary<string, int>

DimensionsFormatMapping

protected static readonly Dictionary<string, int> DimensionsFormatMapping

Field Value

Dictionary<string, int>

DimensionsLevelTypeMapping

protected static readonly Dictionary<string, int> DimensionsLevelTypeMapping

Field Value

Dictionary<string, int>

PivotError

PivotError control.

protected HtmlGenericControl PivotError

Field Value

HtmlGenericControl

Remarks

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

PivotSave

PivotSave control.

protected SaveButton PivotSave

Field Value

SaveButton

Remarks

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

PivotState

PivotState control.

protected HiddenField PivotState

Field Value

HiddenField

Remarks

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

PivotTable

PivotTable control.

protected HtmlGenericControl PivotTable

Field Value

HtmlGenericControl

Remarks

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

Properties

TableData

protected StatisticsAccommodationsPivotTable.TableDataItem[] TableData { get; set; }

Property Value

TableDataItem[]

Methods

LoadData(IEnumerable<QRegistration>)

public bool LoadData(IEnumerable<QRegistration> registrations)

Parameters

registrations IEnumerable<QRegistration>

Returns

bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs