SummaryFieldDefinition Members

Represents a summary field used in the report. This class provides properties for getting information on summary fields in the report.

The following tables list the members exposed by the SummaryFieldDefinition type.

Public Properties

Property Description
Public property FormulaName (Inherited from FieldDefinition.) Gets the field definition unique formula name in Crystal Report formula syntax.
Public property Group  Gets the Group object.
Public property Kind (Inherited from FieldDefinition.) Gets the kind of field.
Public property Name  Overridden. Gets the object's name.
Public property NumberOfBytes (Inherited from FieldDefinition.) Gets the number of bytes required to store the field data in memory.
Public property Operation  Gets the summary operation type.
Public property OperationParameter  Gets the operation parameter based on the SummaryOperation type.
Public property SecondarySummarizedField  Gets the main summarized field's FieldDefinition object.
Public property SummarizedField  Gets the secondary summarized field's FieldDefinition object.
Public property UseCount (Inherited from FieldDefinition.) Obsolete. Gets the number of times a field is used in a report.
Public property ValueType (Inherited from FieldDefinition.) Gets the type of field value.

Top

See Also

Reference

CrystalDecisions.CrystalReports.Engine Namespace