Class BuildAggregate
public class BuildAggregate : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
BuildAggregate
- Implements
- Inherited Members
Constructors
BuildAggregate()
public BuildAggregate()
Fields
AggregateAlias
AggregateAlias control.
protected TextBox AggregateAlias
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AggregateAliasRequiredValidator
AggregateAliasRequiredValidator control.
protected RequiredValidator AggregateAliasRequiredValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AggregateAliasUniqueValidator
AggregateAliasUniqueValidator control.
protected CustomValidator AggregateAliasUniqueValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AggregateAutoAlias
AggregateAutoAlias control.
protected HiddenField AggregateAutoAlias
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AggregateColumnContainer
AggregateColumnContainer control.
protected Container AggregateColumnContainer
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AggregateColumnField
AggregateColumnField control.
protected HtmlGenericControl AggregateColumnField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AggregateColumnRequiredValidator
AggregateColumnRequiredValidator control.
protected RequiredValidator AggregateColumnRequiredValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AggregateColumnSelector
AggregateColumnSelector control.
protected ComboBox AggregateColumnSelector
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AggregateFunction
AggregateFunction control.
protected ComboBox AggregateFunction
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AggregateFunctionRequiredValidator
AggregateFunctionRequiredValidator control.
protected RequiredValidator AggregateFunctionRequiredValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AggregateRepeater
AggregateRepeater control.
protected Repeater AggregateRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AggregateViewRequiredValidator
AggregateViewRequiredValidator control.
protected RequiredValidator AggregateViewRequiredValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AggregateViewSelector
AggregateViewSelector control.
protected ComboBox AggregateViewSelector
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EditorView
EditorView control.
protected View EditorView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MultiView
MultiView control.
protected MultiView MultiView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TableStatus
TableStatus control.
protected Alert TableStatus
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TableView
TableView control.
protected View TableView
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
BuildData
public Build.IData BuildData { get; set; }
Property Value
HasItems
public bool HasItems { get; }
Property Value
Methods
Edit(int)
public void Edit(int index)
Parameters
indexint
GetAggregates()
public ReportAggregate[] GetAggregates()
Returns
LoadData()
public void LoadData()
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnViewChanged(BuildViewType)
protected void OnViewChanged(BuildViewType view)
Parameters
viewBuildViewType
Save()
public void Save()
SetupValidationGroup(string)
protected override void SetupValidationGroup(string groupName)
Parameters
groupNamestring
View()
public void View()
Events
ViewChanged
public event BuildViewChangedHandler ViewChanged