Énumération InterpretSubtotalsAsDetailsTypes
Specifies whether subtotal rows should be interpreted as detail rows instead of aggregate rows.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Enumeration InterpretSubtotalsAsDetailsTypes
'Utilisation
Dim instance As InterpretSubtotalsAsDetailsTypes
public enum InterpretSubtotalsAsDetailsTypes
public enum class InterpretSubtotalsAsDetailsTypes
type InterpretSubtotalsAsDetailsTypes
public enum InterpretSubtotalsAsDetailsTypes
Membres
Nom de membre | Description | |
---|---|---|
Auto | 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 | Indicates that subtotal rows should always be interpreted as detail rows. | |
False | Indicates that subtotal rows should always be interpreted as aggregate rows. |