KeepWithGroupTypes 列挙体

静的メンバーを、表示可能な前後の動的メンバーと同じページに表示するかどうかを指定します。

名前空間:  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 静的メンバーを、表示可能な前後の動的メンバーと同じページに表示しません。
Before 静的メンバーを、表示可能な前の動的メンバーと同じページに表示します。
After 静的メンバーを、表示可能な次の動的メンバーと同じページに表示します。