KeepWithGroup Enumeration

Specifies whether to keep a static member on the same page as the previous or next visible dynamic member.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Enumeration KeepWithGroup
'Usage
Dim instance As KeepWithGroup
public enum KeepWithGroup
public enum class KeepWithGroup
type KeepWithGroup
public enum KeepWithGroup

Members

Member name Description
After Keep the static member on the same page as the next visible dynamic member.
Before Keep the static member on the same page as the previous visible dynamic member.
None Do not attempt to keep the static member on the same page as the previous or next visible dynamic member.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace