Enumerazione InterpretSubtotalsAsDetailsTypes

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Enumeration InterpretSubtotalsAsDetailsTypes
'Utilizzo
Dim instance As InterpretSubtotalsAsDetailsTypes
public enum InterpretSubtotalsAsDetailsTypes
public enum class InterpretSubtotalsAsDetailsTypes
type InterpretSubtotalsAsDetailsTypes
public enum InterpretSubtotalsAsDetailsTypes

Membri

Nome membro Descrizione
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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel