Partager via


Énumération KeepWithGroupTypes

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Enumeration KeepWithGroupTypes
'Utilisation
Dim instance As KeepWithGroupTypes
public enum KeepWithGroupTypes
public enum class KeepWithGroupTypes
type KeepWithGroupTypes
public enum KeepWithGroupTypes

Membres

Nom de membre Description
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.