共用方式為


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.