Gets or sets the summary function type used to process the DataField values.
[Visual Basic]
Public Property SummaryFunc As SummaryFunc
[C#]
public SummaryFunc SummaryFunc {get; set;}
SummaryFunc enumeration value that specifies the type of summarization to be performed on the field. Default is SummaryFunc.Sum
You can use this function to create subtotals, grand totals and other summary values. SummaryFunc has no effect unless the SummaryType property is set to either SubTotal or GrandTotal.
Note: When a summary function is used on a control, the CanGrow and CanShrink properties will have no effect since the summary is calculated after the control height has been determined and finalized.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
TextBox Class | TextBox Members | SummaryGroup | SummaryRunning | SummaryType
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.