RunningTotalFieldDefinition Members
Represents a running total field used in the report. This class provides properties for getting information on running total fields in the report.
The following tables list the members exposed by the RunningTotalFieldDefinition type.
Public Properties
Property | Description | |
---|---|---|
EvaluationCondition | Gets the evaluation condition object for this RunningTotalFieldDefinition. | |
FormulaName | (Inherited from FieldDefinition.) Gets the field definition unique formula name in Crystal Report formula syntax. | |
Group | Overridden. Gets the Group object. | |
Kind | (Inherited from FieldDefinition.) Gets the kind of field. | |
Name | Overridden. Gets the running total field name. | |
NumberOfBytes | (Inherited from FieldDefinition.) Gets the number of bytes required to store the field data in memory. | |
Operation | Overridden. Gets the summary operation type. | |
OperationParameter | Overridden. Gets the operation parameter based on the SummaryOperation type. | |
ResetCondition | Gets the reset condition object for this RunningTotalFieldDefinition. | |
SecondarySummarizedField | Overridden. Gets the secondary summarized field's FieldDefinition object. | |
SummarizedField | Overridden. Gets the main summarized field's FieldDefinition object. | |
UseCount | (Inherited from FieldDefinition.) Obsolete. Gets the number of times a field is used in a report. | |
ValueType | (Inherited from FieldDefinition.) Gets the type of field value. |
Top