KeepWithGroup 列挙体

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

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