Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies whether subtotal rows should be interpreted as detail rows instead of aggregate rows.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration InterpretSubtotalsAsDetailsTypes
'Usage
Dim instance As InterpretSubtotalsAsDetailsTypes
public enum InterpretSubtotalsAsDetailsTypes
public enum class InterpretSubtotalsAsDetailsTypes
type InterpretSubtotalsAsDetailsTypes
public enum InterpretSubtotalsAsDetailsTypes
Members
| Member name | 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. | |
| False | Indicates that subtotal rows should always be interpreted as aggregate rows. | |
| True | Indicates that subtotal rows should always be interpreted as detail rows. |