Method | Description | |
---|---|---|
LoadChartAndGrids ( ) : void |
Loads the chart and any visible grids
|
|
LoadDropDowns ( ) : void |
Loads the drop downs.
|
Method | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
LoadViewState ( object savedState ) : void |
Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
SaveViewState ( ) : object |
Saves any user control view-state changes that have occurred since the last page postback.
|
|
btnApplyGiversFilter_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnApplyGiversFilter control.
|
|
btnApply_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnApply control.
|
|
btnGraphBy_Click ( object sender, EventArgs e ) : void |
Handles the Click events of the GraphBy buttons.
|
|
btnGroupBy_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the GroupBy buttons
|
|
btnShowChart_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnShowChart control.
|
|
btnShowDetails_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the btnShowDetails control.
|
|
dvpDataView_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
gChartAmount_GridRebind ( object sender, EventArgs e ) : void |
Handles the GridRebind event of the gAttendance control.
|
|
gGiversGifts_GridRebind ( object sender, EventArgs e ) : void |
Handles the GridRebind event of the gGiversGifts control.
|
|
gGiversGifts_RowSelected ( object sender, RowEventArgs e ) : void | ||
lShowChartAmountGrid_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the lShowGrid control.
|
|
lcAmount_ChartClick ( object sender, ChartClickArgs e ) : void |
Lcs the attendance_ chart click.
|
Method | Description | |
---|---|---|
BindChartAmountGrid ( IEnumerable |
Binds the chart attendance grid.
|
|
BindGiversGrid ( ) : void |
Binds the attendees grid.
|
|
BuildDynamicControls ( ) : void | ||
DisplayShowBy ( ShowBy showBy ) : void |
Displays the show by.
|
|
GetGivingChartData ( ) : IEnumerable |
||
GetSetting ( string prefix, string key ) : string |
Gets the setting.
|
|
HideShowDataViewResultOption ( ) : void |
Hides the show data view result option.
|
|
LoadSettings ( ) : void |
Loads the attendance reporting settings from user preferences.
|
|
LogAndShowException ( |
Logs the and show exception.
|
|
SaveSettings ( ) : void |
Saves the attendance reporting settings to user preferences.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected btnApplyGiversFilter_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected btnApply_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected btnGraphBy_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected btnGroupBy_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected btnShowChart_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected btnShowDetails_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected dvpDataView_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected gChartAmount_GridRebind ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected gGiversGifts_GridRebind ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected gGiversGifts_RowSelected ( object sender, RowEventArgs e ) : void | ||
sender | object | |
e | RowEventArgs | |
return | void |
protected lShowChartAmountGrid_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
return | void |
protected lcAmount_ChartClick ( object sender, ChartClickArgs e ) : void | ||
sender | object | The sender. |
e | ChartClickArgs | The e. |
return | void |