KeepWithGroup 열거형
Specifies whether to keep a static member on the same page as the previous or next visible dynamic member.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Enumeration KeepWithGroup
‘사용 방법
Dim instance As KeepWithGroup
public enum KeepWithGroup
public enum class KeepWithGroup
type KeepWithGroup
public enum KeepWithGroup
멤버
멤버 이름 | 설명 | |
---|---|---|
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. |