InterpretSubtotalsAsDetailsTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
True | 1 | Specifies that the subtotal rows should be interpreted as detail rows. |
False | 2 | Specifies that the subtotal rows should not be interpreted as detail rows. |