Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies whether to keep a static member on the same page as the previous or next visible dynamic member.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration KeepWithGroupTypes
'Usage
Dim instance As KeepWithGroupTypes
public enum KeepWithGroupTypes
public enum class KeepWithGroupTypes
type KeepWithGroupTypes
public enum KeepWithGroupTypes
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |