Gets or sets a value that determines whether the data field summary value will be accumulated or reset for each level (detail, group or page).
[Visual Basic]
Public Property SummaryRunning As SummaryRunning
[C#]
public SummaryRunning SummaryRunning {get; set;}
SummaryRunning enumeration that determines the summarization behavior. Default is SummaryRunning.None.
Setting this property to Group or All will make ActiveReports print a running summary of the field at the group or report level.
[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 | SummaryFunc | SummaryGroup | SummaryType
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.