Class StatisticsRegistrationsPivotTable
public class StatisticsRegistrationsPivotTable : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
StatisticsRegistrationsPivotTable
- Implements
- Inherited Members
Constructors
StatisticsRegistrationsPivotTable()
public StatisticsRegistrationsPivotTable()
Fields
DimensionsAttendanceMapping
protected static readonly Dictionary<string, int> DimensionsAttendanceMapping
Field Value
DimensionsData
protected StatisticsRegistrationsPivotTable.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
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 StatisticsRegistrationsPivotTable.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)