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. |