다음을 통해 공유


KeepWithGroupTypes 열거형

Specifies whether to keep a static member on the same page as the previous or next visible dynamic member.

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

구문

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

멤버

멤버 이름 설명
None Do not attempt to keep the static member on the same page as the previous or next visible dynamic member.
Before Keep the static member on the same page as the previous visible dynamic member.
After Keep the static member on the same page as the next visible dynamic member.