다음을 통해 공유


InterpretSubtotalsAsDetailsTypes 열거형

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

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Enumeration InterpretSubtotalsAsDetailsTypes
‘사용 방법
Dim instance As InterpretSubtotalsAsDetailsTypes
public enum InterpretSubtotalsAsDetailsTypes
public enum class InterpretSubtotalsAsDetailsTypes
type InterpretSubtotalsAsDetailsTypes
public enum InterpretSubtotalsAsDetailsTypes

멤버

멤버 이름 설명
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.