Class StatisticsAccommodationsPivotTable
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
DimensionsAttendanceMapping
protected static readonly Dictionary<string, int> DimensionsAttendanceMapping
Field Value
DimensionsData
protected StatisticsAccommodationsPivotTable.DimensionDataItem DimensionsData
Field Value
DimensionsExamTypeMapping
protected static readonly Dictionary<string, int> DimensionsExamTypeMapping
Field Value
DimensionsFormatMapping
protected static readonly Dictionary<string, int> DimensionsFormatMapping
Field Value
DimensionsLevelTypeMapping
protected static readonly Dictionary<string, int> DimensionsLevelTypeMapping
Field Value
PivotError
PivotError control.
protected HtmlGenericControl PivotError
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PivotSave
PivotSave control.
protected SaveButton PivotSave
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PivotState
PivotState control.
protected HiddenField PivotState
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PivotTable
PivotTable control.
protected HtmlGenericControl PivotTable
Field Value
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
Methods
LoadData(IEnumerable<QRegistration>)
public bool LoadData(IEnumerable<QRegistration> registrations)
Parameters
registrationsIEnumerable<QRegistration>
Returns
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)