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.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
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. |
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace