Gets or sets the name of the data field used in a distinct summary function.
[Visual Basic]
Public Property DistinctField As String
[C#]
public string DistinctField {get; set;}
A string value that represents the field name to be used as a distinct field in the summary calculation.
The summary function will process DataField values based on the distinct value of this field.
This property is used only when the SummaryFunc value is one of Distinct Summary Functions. When using the summary functions with a field, the CanGrow and CanShrink properties are disabled for the field.
[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
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.