InterpretSubtotalsAsDetailsTypes Enum

Definition

Specifies whether subtotal rows should be interpreted as detail rows instead of aggregate rows.

public enum class InterpretSubtotalsAsDetailsTypes
public enum InterpretSubtotalsAsDetailsTypes
type InterpretSubtotalsAsDetailsTypes = 
Public Enum InterpretSubtotalsAsDetailsTypes
Inheritance
InterpretSubtotalsAsDetailsTypes

Fields

Auto 0

Indicates that the subtotal rows should be treated as detail rows if the report does not use the Aggregate() function to access any fields in the data set.

False 2

Specifies that the subtotal rows should not be interpreted as detail rows.

True 1

Specifies that the subtotal rows should be interpreted as detail rows.

Applies to