Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Specifies whether subtotal rows should be interpreted as detail rows instead of aggregate rows.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Enumeration InterpretSubtotalsAsDetailsTypes
'Uso
Dim instance As InterpretSubtotalsAsDetailsTypes
public enum InterpretSubtotalsAsDetailsTypes
public enum class InterpretSubtotalsAsDetailsTypes
type InterpretSubtotalsAsDetailsTypes
public enum InterpretSubtotalsAsDetailsTypes
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |